@charset "UTF-8";@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

/*!
 * * Quasar Framework v2.18.1
 * * (c) 2015-present Razvan Stoenescu
 * * Released under the MIT License.
 * */
*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
html, body, #q-app {
  width: 100%;
  direction: ltr;
}
body.platform-ios.within-iframe, body.platform-ios.within-iframe #q-app {
  width: 100px;
  min-width: 100%;
}
html, body {
  margin: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* * line 1: Remove the bottom border in Firefox 39-.
 * * lines 2,3: Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
img {
  border-style: none;
}
/* * line 1: Correct the inheritance and scaling of font size in all browsers.
 * * line 2: Correct the odd `em` font sizing in all browsers.
 * */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* * lines 1,2: Add the correct box sizing in Firefox.
 * * line 3: Show the overflow in Edge and IE.
 * */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-family: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
/* * Show the overflow in IE.
 * *  input: Show the overflow in Edge.
 * *  select: Show the overflow in Edge, Firefox, and IE.
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * *  select: Remove the inheritance of text transform in Firefox.
 * */
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: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * * lines 1,3,4,6: Correct the text wrapping in Edge and IE.
 * * line 2: Correct the color inheritance from `fieldset` elements in IE.
 * * line 5: Remove the padding so developers are not caught out when they zero out
 * *    `fieldset` elements in all browsers.
 * */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.q-icon {
  line-height: 1;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-align: center;
  position: relative;
  box-sizing: content-box;
  fill: currentColor;
}
.q-icon:before, .q-icon:after {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.q-icon > svg,
.q-icon > img {
  width: 100%;
  height: 100%;
}
.q-icon > div {
  box-sizing: border-box;
}
.q-icon,
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  -webkit-user-select: none;
          user-select: none;
  cursor: inherit;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.q-panel {
  height: 100%;
  width: 100%;
}
.q-panel > div {
  height: 100%;
  width: 100%;
}
.q-panel-parent {
  overflow: hidden;
  position: relative;
}
.q-loading-bar {
  position: fixed;
  z-index: 9998;
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s;
  background: #f44336;
}
.q-loading-bar--top {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  top: 0;
  width: 100%;
}
.q-loading-bar--bottom {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  bottom: 0;
  width: 100%;
}
.q-loading-bar--right {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.q-loading-bar--left {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.q-avatar {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  font-size: 48px;
  height: 1em;
  width: 1em;
}
.q-avatar__content {
  font-size: 0.5em;
  line-height: 0.5em;
}
.q-avatar__content, .q-avatar img:not(.q-icon):not(.q-img__image) {
  border-radius: inherit;
  height: inherit;
  width: inherit;
}
.q-avatar--square {
  border-radius: 0;
}
.q-badge {
  background-color: var(--q-primary);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  min-height: 12px;
  font-weight: normal;
  vertical-align: baseline;
}
.q-badge--single-line {
  white-space: nowrap;
}
.q-badge--multi-line {
  word-break: break-all;
  word-wrap: break-word;
}
.q-badge--floating {
  position: absolute;
  top: -4px;
  right: -3px;
  cursor: inherit;
}
.q-badge--transparent {
  opacity: 0.8;
}
.q-badge--outline {
  background-color: transparent;
  border: 1px solid currentColor;
}
.q-badge--rounded {
  border-radius: 1em;
}
.q-banner {
  min-height: 54px;
  padding: 8px 16px;
  background: #fff;
}
.q-banner--top-padding {
  padding-top: 14px;
}
.q-banner__avatar {
  min-width: 1px !important;
}
.q-banner__avatar > .q-avatar {
  font-size: 46px;
}
.q-banner__avatar > .q-icon {
  font-size: 40px;
}
.q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 16px;
}
.q-banner__actions.col-auto {
  padding-left: 16px;
}
.q-banner__actions.col-all .q-btn-item {
  margin: 4px 0 0 4px;
}
.q-banner--dense {
  min-height: 32px;
  padding: 8px;
}
.q-banner--dense.q-banner--top-padding {
  padding-top: 12px;
}
.q-banner--dense .q-banner__avatar > .q-avatar, .q-banner--dense .q-banner__avatar > .q-icon {
  font-size: 28px;
}
.q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 8px;
}
.q-banner--dense .q-banner__actions.col-auto {
  padding-left: 8px;
}
.q-bar {
  background: rgba(0, 0, 0, 0.2);
}
.q-bar > .q-icon {
  margin-left: 2px;
}
.q-bar > div, .q-bar > div + .q-icon {
  margin-left: 8px;
}
.q-bar > .q-btn {
  margin-left: 2px;
}
.q-bar > .q-icon:first-child, .q-bar > .q-btn:first-child, .q-bar > div:first-child {
  margin-left: 0;
}
.q-bar--standard {
  padding: 0 12px;
  height: 32px;
  font-size: 18px;
}
.q-bar--standard > div {
  font-size: 16px;
}
.q-bar--standard .q-btn {
  font-size: 11px;
}
.q-bar--dense {
  padding: 0 8px;
  height: 24px;
  font-size: 14px;
}
.q-bar--dense .q-btn {
  font-size: 8px;
}
.q-bar--dark {
  background: rgba(255, 255, 255, 0.15);
}
.q-breadcrumbs__el {
  color: inherit;
}
.q-breadcrumbs__el-icon {
  font-size: 125%;
}
.q-breadcrumbs__el-icon--with-label {
  margin-right: 8px;
}
[dir=rtl] .q-breadcrumbs__separator .q-icon {
  transform: scaleX(-1) /* rtl:ignore */;
}
.q-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  outline: 0;
  border: 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.715em;
  text-decoration: none;
  color: inherit;
  background: transparent;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  height: auto;
  cursor: default;
  padding: 4px 16px;
  min-height: 2.572em;
}
.q-btn .q-icon, .q-btn .q-spinner {
  font-size: 1.715em;
}
.q-btn.disabled {
  opacity: 0.7 !important;
}
.q-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  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);
}
.q-btn--actionable {
  cursor: pointer;
}
.q-btn--actionable.q-btn--standard:before {
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--actionable.q-btn--standard:active:before, .q-btn--actionable.q-btn--standard.q-btn--active:before {
  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);
}
.q-btn--no-uppercase {
  text-transform: none;
}
.q-btn--rectangle {
  border-radius: 3px;
}
.q-btn--outline {
  background: transparent !important;
}
.q-btn--outline:before {
  border: 1px solid currentColor;
}
.q-btn--push {
  border-radius: 7px;
}
.q-btn--push:before {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.q-btn--push.q-btn--actionable {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--push.q-btn--actionable:before {
  transition: border-width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--push.q-btn--actionable:active, .q-btn--push.q-btn--actionable.q-btn--active {
  transform: translateY(2px);
}
.q-btn--push.q-btn--actionable:active:before, .q-btn--push.q-btn--actionable.q-btn--active:before {
  border-bottom-width: 0;
}
.q-btn--rounded {
  border-radius: 28px;
}
.q-btn--round {
  border-radius: 50%;
  padding: 0;
  min-width: 3em;
  min-height: 3em;
}
.q-btn--square {
  border-radius: 0;
}
.q-btn--flat:before, .q-btn--outline:before, .q-btn--unelevated:before {
  box-shadow: none;
}
.q-btn--dense {
  padding: 0.285em;
  min-height: 2em;
}
.q-btn--dense.q-btn--round {
  padding: 0;
  min-height: 2.4em;
  min-width: 2.4em;
}
.q-btn--dense .on-left {
  margin-right: 6px;
}
.q-btn--dense .on-right {
  margin-left: 6px;
}
.q-btn--fab .q-icon, .q-btn--fab-mini .q-icon {
  font-size: 24px;
}
.q-btn--fab {
  padding: 16px;
  min-height: 56px;
  min-width: 56px;
}
.q-btn--fab .q-icon {
  margin: auto;
}
.q-btn--fab-mini {
  padding: 8px;
  min-height: 40px;
  min-width: 40px;
}
.q-btn__content {
  transition: opacity 0.3s;
  z-index: 0;
}
.q-btn__content--hidden {
  opacity: 0;
  pointer-events: none;
}
.q-btn__progress {
  border-radius: inherit;
  z-index: 0;
}
.q-btn__progress-indicator {
  z-index: -1;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.25);
}
.q-btn__progress--dark .q-btn__progress-indicator {
  background: rgba(0, 0, 0, 0.2);
}
.q-btn--flat .q-btn__progress-indicator, .q-btn--outline .q-btn__progress-indicator {
  opacity: 0.2;
  background: currentColor;
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container {
  padding: 0 4px;
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline {
  border-left: 1px solid currentColor;
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.q-btn-dropdown--simple * + .q-btn-dropdown__arrow {
  margin-left: 8px;
}
.q-btn-dropdown__arrow {
  transition: transform 0.28s;
}
.q-btn-dropdown--current {
  flex-grow: 1;
}
.q-btn-group {
  border-radius: 3px;
  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);
  vertical-align: middle;
}
.q-btn-group > .q-btn-item {
  border-radius: inherit;
  align-self: stretch;
}
.q-btn-group > .q-btn-item:before {
  box-shadow: none;
}
.q-btn-group > .q-btn-item .q-badge--floating {
  right: 0;
}
.q-btn-group > .q-btn-group {
  box-shadow: none;
}
.q-btn-group > .q-btn-group:first-child > .q-btn:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.q-btn-group > .q-btn-group:last-child > .q-btn:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child:before {
  border-left: 0;
}
.q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child:before {
  border-right: 0;
}
.q-btn-group > .q-btn-item:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-btn-group > .q-btn-item:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-btn-group > .q-btn-item.q-btn--standard:before {
  z-index: -1;
}
.q-btn-group--push {
  border-radius: 7px;
}
.q-btn-group--push > .q-btn--push.q-btn--actionable {
  transform: none;
}
.q-btn-group--push > .q-btn--push.q-btn--actionable .q-btn__content {
  transition: margin-top 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), margin-bottom 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn-group--push > .q-btn--push.q-btn--actionable:active .q-btn__content, .q-btn-group--push > .q-btn--push.q-btn--actionable.q-btn--active .q-btn__content {
  margin-top: 2px;
  margin-bottom: -2px;
}
.q-btn-group--rounded {
  border-radius: 28px;
}
.q-btn-group--square {
  border-radius: 0;
}
.q-btn-group--flat, .q-btn-group--outline, .q-btn-group--unelevated {
  box-shadow: none;
}
.q-btn-group--outline > .q-separator {
  display: none;
}
.q-btn-group--outline > .q-btn-item + .q-btn-item:before {
  border-left: 0;
}
.q-btn-group--outline > .q-btn-item:not(:last-child):before {
  border-right: 0;
}
.q-btn-group--stretch {
  align-self: stretch;
  border-radius: 0;
}
.q-btn-group--glossy > .q-btn-item {
  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;
}
.q-btn-group--spread > .q-btn-group {
  display: flex !important;
}
.q-btn-group--spread > .q-btn-item, .q-btn-group--spread > .q-btn-group > .q-btn-item:not(.q-btn-dropdown__arrow-container) {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
}
.q-btn-toggle {
  position: relative;
}
.q-card {
  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);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
}
.q-card > div:not(.q--avoid-card-border),
.q-card > img:not(.q--avoid-card-border) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.q-card > div:nth-child(1 of :not(.q--avoid-card-border)),
.q-card > img:nth-child(1 of :not(.q--avoid-card-border)) {
  border-top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-card > div:nth-last-child(1 of :not(.q--avoid-card-border)),
.q-card > img:nth-last-child(1 of :not(.q--avoid-card-border)) {
  border-bottom: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card > div:not(.q--avoid-card-border) {
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.q-card--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-card--dark {
  border-color: rgba(255, 255, 255, 0.28);
  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);
}
.q-card__section {
  position: relative;
}
.q-card__section--vert {
  padding: 16px;
}
.q-card__section--horiz > div:not(.q--avoid-card-border),
.q-card__section--horiz > img:not(.q--avoid-card-border) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-card__section--horiz > div:nth-child(1 of :not(.q--avoid-card-border)),
.q-card__section--horiz > img:nth-child(1 of :not(.q--avoid-card-border)) {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.q-card__section--horiz > div:nth-last-child(1 of :not(.q--avoid-card-border)),
.q-card__section--horiz > img:nth-last-child(1 of :not(.q--avoid-card-border)) {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card__section--horiz > div:not(.q--avoid-card-border) {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
.q-card__actions {
  padding: 8px;
  align-items: center;
}
.q-card__actions .q-btn--rectangle {
  padding: 0 8px;
}
.q-card__actions--horiz > .q-btn-item + .q-btn-item,
.q-card__actions--horiz > .q-btn-group + .q-btn-item,
.q-card__actions--horiz > .q-btn-item + .q-btn-group {
  margin-left: 8px;
}
.q-card__actions--vert > .q-btn-item.q-btn--round {
  align-self: center;
}
.q-card__actions--vert > .q-btn-item + .q-btn-item,
.q-card__actions--vert > .q-btn-group + .q-btn-item,
.q-card__actions--vert > .q-btn-item + .q-btn-group {
  margin-top: 4px;
}
.q-card__actions--vert > .q-btn-group > .q-btn-item {
  flex-grow: 1;
}
.q-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.q-carousel {
  background-color: #fff;
  height: 400px;
}
.q-carousel__slide {
  min-height: 100%;
  background-size: cover;
  background-position: 50%;
}
.q-carousel__slide, .q-carousel .q-carousel--padding {
  padding: 16px;
}
.q-carousel__slides-container {
  height: 100%;
}
.q-carousel__control {
  color: #fff;
}
.q-carousel__arrow {
  pointer-events: none;
}
.q-carousel__arrow .q-icon {
  font-size: 28px;
}
.q-carousel__arrow .q-btn {
  pointer-events: all;
}
.q-carousel__prev-arrow--horizontal, .q-carousel__next-arrow--horizontal {
  top: 16px;
  bottom: 16px;
}
.q-carousel__prev-arrow--horizontal {
  left: 16px;
}
.q-carousel__next-arrow--horizontal {
  right: 16px;
}
.q-carousel__prev-arrow--vertical, .q-carousel__next-arrow--vertical {
  left: 16px;
  right: 16px;
}
.q-carousel__prev-arrow--vertical {
  top: 16px;
}
.q-carousel__next-arrow--vertical {
  bottom: 16px;
}
.q-carousel__navigation--top, .q-carousel__navigation--bottom {
  left: 16px;
  right: 16px;
  overflow-x: auto;
  overflow-y: hidden;
}
.q-carousel__navigation--top {
  top: 16px;
}
.q-carousel__navigation--bottom {
  bottom: 16px;
}
.q-carousel__navigation--left, .q-carousel__navigation--right {
  top: 16px;
  bottom: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}
.q-carousel__navigation--left > .q-carousel__navigation-inner, .q-carousel__navigation--right > .q-carousel__navigation-inner {
  flex-direction: column;
}
.q-carousel__navigation--left {
  left: 16px;
}
.q-carousel__navigation--right {
  right: 16px;
}
.q-carousel__navigation-inner {
  flex: 1 1 auto;
}
.q-carousel__navigation .q-btn {
  margin: 6px 4px;
  padding: 5px;
}
.q-carousel__navigation-icon--inactive {
  opacity: 0.7;
}
.q-carousel .q-carousel__thumbnail {
  margin: 2px;
  height: 50px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: middle;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.q-carousel .q-carousel__thumbnail:hover,
.q-carousel .q-carousel__thumbnail--active {
  opacity: 1;
}
.q-carousel .q-carousel__thumbnail--active {
  border-color: currentColor;
  cursor: default;
}
.q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-top .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-vertical .q-carousel--padding {
  padding-top: 60px;
}
.q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-bottom .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-vertical .q-carousel--padding {
  padding-bottom: 60px;
}
.q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-left .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-horizontal .q-carousel--padding {
  padding-left: 60px;
}
.q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-right .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-horizontal .q-carousel--padding {
  padding-right: 60px;
}
.q-carousel.fullscreen {
  height: 100%;
}
.q-message-name {
  font-size: small;
}
.q-message-label {
  margin: 24px 0;
  text-align: center;
  font-size: small;
}
.q-message-stamp {
  color: inherit;
  margin-top: 4px;
  opacity: 0.6;
  display: none;
  font-size: small;
}
.q-message-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.q-message {
  margin-bottom: 8px;
}
.q-message:first-child .q-message-label {
  margin-top: 0;
}
.q-message-avatar--received {
  margin-right: 8px;
}
.q-message-text--received {
  color: #81c784;
  border-radius: 4px 4px 4px 0;
}
.q-message-text--received:last-child:before {
  right: 100%;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-text-content--received {
  color: #000;
}
.q-message-name--sent {
  text-align: right;
}
.q-message-avatar--sent {
  margin-left: 8px;
}
.q-message-container--sent {
  flex-direction: row-reverse;
}
.q-message-text--sent {
  color: #d2d2d4;
  border-radius: 4px 4px 0 4px;
}
.q-message-text--sent:last-child:before {
  left: 100%;
  border-left: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-text-content--sent {
  color: #000;
}
.q-message-text {
  background: currentColor;
  padding: 8px;
  line-height: 1.2;
  word-break: break-word;
  position: relative;
}
.q-message-text + .q-message-text {
  margin-top: 3px;
}
.q-message-text:last-child {
  min-height: 48px;
}
.q-message-text:last-child .q-message-stamp {
  display: block;
}
.q-message-text:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}
.q-checkbox {
  vertical-align: middle;
}
.q-checkbox__native {
  width: 1px;
  height: 1px;
}
.q-checkbox__bg, .q-checkbox__icon-container {
  -webkit-user-select: none;
          user-select: none;
}
.q-checkbox__bg {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border: 2px solid currentColor;
  border-radius: 2px;
  transition: background 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  -webkit-print-color-adjust: exact;
}
.q-checkbox__icon {
  color: currentColor;
  font-size: 0.5em;
}
.q-checkbox__svg {
  color: #fff;
}
.q-checkbox__truthy {
  stroke: currentColor;
  stroke-width: 3.12px;
  stroke-dashoffset: 29.78334;
  stroke-dasharray: 29.78334;
}
.q-checkbox__indet {
  fill: currentColor;
  transform-origin: 50% 50%;
  transform: rotate(-280deg) scale(0);
}
.q-checkbox__inner {
  font-size: 40px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  outline: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
}
.q-checkbox__inner--truthy, .q-checkbox__inner--indet {
  color: var(--q-primary);
}
.q-checkbox__inner--truthy .q-checkbox__bg, .q-checkbox__inner--indet .q-checkbox__bg {
  background: currentColor;
}
.q-checkbox__inner--truthy path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.18s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.q-checkbox__inner--indet .q-checkbox__indet {
  transform: rotate(0) scale(1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.q-checkbox.disabled {
  opacity: 0.75 !important;
}
.q-checkbox--dark .q-checkbox__inner {
  color: rgba(255, 255, 255, 0.7);
}
.q-checkbox--dark .q-checkbox__inner:before {
  opacity: 0.32 !important;
}
.q-checkbox--dark .q-checkbox__inner--truthy, .q-checkbox--dark .q-checkbox__inner--indet {
  color: var(--q-primary);
}
.q-checkbox--dense .q-checkbox__inner {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
}
.q-checkbox--dense .q-checkbox__bg {
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
}
.q-checkbox--dense .q-checkbox__label {
  padding-left: 0.5em;
}
.q-checkbox--dense.reverse .q-checkbox__label {
  padding-left: 0;
  padding-right: 0.5em;
}
body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1);
}
body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before {
  transform: scale3d(1, 1, 1);
}
body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before {
  transform: scale3d(1.4, 1.4, 1);
}
.q-chip {
  vertical-align: middle;
  border-radius: 16px;
  outline: 0;
  position: relative;
  height: 2em;
  max-width: 100%;
  margin: 4px;
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  padding: 0.5em 0.9em;
}
.q-chip--colored .q-chip__icon, .q-chip--dark .q-chip__icon {
  color: inherit;
}
.q-chip .q-avatar {
  font-size: 2em;
  margin-left: -0.45em;
  margin-right: 0.2em;
  border-radius: 16px;
}
.q-chip--outline {
  background: transparent !important;
  border: 1px solid currentColor;
}
.q-chip--outline .q-avatar {
  margin-left: calc(-0.45em - 1px);
}
.q-chip--selected .q-avatar {
  display: none;
}
.q-chip__icon {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.5em;
  margin: -0.2em;
}
.q-chip__icon--left {
  margin-right: 0.2em;
}
.q-chip__icon--right {
  margin-left: 0.2em;
}
.q-chip__icon--remove {
  margin-left: 0.1em;
  margin-right: -0.5em;
  opacity: 0.6;
  outline: 0;
}
.q-chip__icon--remove:hover, .q-chip__icon--remove:focus {
  opacity: 1;
}
.q-chip__content {
  white-space: nowrap;
}
.q-chip--dense {
  border-radius: 12px;
  padding: 0 0.4em;
  height: 1.5em;
}
.q-chip--dense .q-avatar {
  font-size: 1.5em;
  margin-left: -0.27em;
  margin-right: 0.1em;
  border-radius: 12px;
}
.q-chip--dense .q-chip__icon {
  font-size: 1.25em;
}
.q-chip--dense .q-chip__icon--left {
  margin-right: 0.195em;
}
.q-chip--dense .q-chip__icon--remove {
  margin-right: -0.25em;
}
.q-chip--square {
  border-radius: 4px;
}
.q-chip--square .q-avatar {
  border-radius: 3px 0 0 3px;
}
body.desktop .q-chip--clickable:focus {
  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);
}
body.desktop.body--dark .q-chip--clickable:focus {
  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);
}
.q-circular-progress {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.q-circular-progress.q-focusable {
  border-radius: 50%;
}
.q-circular-progress__svg {
  width: 100%;
  height: 100%;
}
.q-circular-progress__text {
  font-size: 0.25em;
}
.q-circular-progress--indeterminate .q-circular-progress__svg {
  transform-origin: 50% 50%;
  animation: q-spin 2s linear infinite /* rtl:ignore */;
}
.q-circular-progress--indeterminate .q-circular-progress__circle {
  stroke-dasharray: 1 400;
  stroke-dashoffset: 0;
  animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */;
}
@keyframes q-circular-progress-circle {
  0% {
    stroke-dasharray: 1, 400;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -300;
  }
}
.q-color-picker {
  overflow: hidden;
  background: #fff;
  max-width: 350px;
  vertical-align: top;
  min-width: 180px;
  border-radius: 4px;
  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);
}
.q-color-picker .q-tab {
  padding: 0 !important;
}
.q-color-picker--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-color-picker__header-tabs {
  height: 32px;
}
.q-color-picker__header-banner {
  height: 36px;
}
.q-color-picker__header input {
  line-height: 24px;
  border: 0;
}
.q-color-picker__header .q-tab {
  min-height: 32px !important;
  height: 32px !important;
}
.q-color-picker__header .q-tab--inactive {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1));
}
.q-color-picker__error-icon {
  bottom: 2px;
  right: 2px;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.q-color-picker__header-content {
  position: relative;
  background: #fff;
}
.q-color-picker__header-content--light {
  color: #000;
}
.q-color-picker__header-content--dark {
  color: #fff;
}
.q-color-picker__header-content--dark .q-tab--inactive:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.q-color-picker__header-banner {
  height: 36px;
}
.q-color-picker__header-bg {
  background: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important;
}
.q-color-picker__footer {
  height: 36px;
}
.q-color-picker__footer .q-tab {
  min-height: 36px !important;
  height: 36px !important;
}
.q-color-picker__footer .q-tab--inactive {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1));
}
.q-color-picker__spectrum {
  width: 100%;
  height: 100%;
}
.q-color-picker__spectrum-tab {
  padding: 0 !important;
}
.q-color-picker__spectrum-white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.q-color-picker__spectrum-black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.q-color-picker__spectrum-circle {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-5px, -5px);
}
.q-color-picker__hue .q-slider__track {
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%) !important;
  opacity: 1;
}
.q-color-picker__alpha .q-slider__track-container {
  padding-top: 0;
}
.q-color-picker__alpha .q-slider__track:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #848489);
}
.q-color-picker__sliders {
  padding: 0 16px;
}
.q-color-picker__sliders .q-slider__thumb {
  color: #57575e;
}
.q-color-picker__sliders .q-slider__thumb path {
  stroke-width: 2px;
  fill: transparent;
}
.q-color-picker__sliders .q-slider--active path {
  stroke-width: 3px;
}
.q-color-picker__tune-tab .q-slider {
  margin-left: 18px;
  margin-right: 18px;
}
.q-color-picker__tune-tab input {
  font-size: 11px;
  border: 1px solid #d2d2d4;
  border-radius: 4px;
  width: 3.5em;
}
.q-color-picker__palette-tab {
  padding: 0 !important;
}
.q-color-picker__palette-rows--editable .q-color-picker__cube {
  cursor: pointer;
}
.q-color-picker__cube {
  padding-bottom: 10%;
  width: 10% !important;
}
.q-color-picker input {
  color: inherit;
  background: transparent;
  outline: 0;
  text-align: center;
}
.q-color-picker .q-tabs {
  overflow: hidden;
}
.q-color-picker .q-tab--active {
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.2);
}
.q-color-picker .q-tab--active .q-focus-helper {
  display: none;
}
.q-color-picker .q-tab__indicator {
  display: none;
}
.q-color-picker .q-tab-panels {
  background: inherit;
}
.q-color-picker--dark {
  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);
}
.q-color-picker--dark .q-color-picker__tune-tab input {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.q-color-picker--dark .q-slider__thumb {
  color: #f7f7f7;
}
.q-date {
  display: inline-flex;
  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);
  border-radius: 4px;
  background: #fff;
  width: 290px;
  min-width: 290px;
  max-width: 100%;
}
.q-date--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-date__header {
  border-top-left-radius: inherit;
  color: #fff;
  background-color: var(--q-primary);
  padding: 16px;
}
.q-date__actions {
  padding: 0 16px 16px;
}
.q-date__content, .q-date__main {
  outline: 0;
}
.q-date__content .q-btn {
  font-weight: normal;
}
.q-date__header-link {
  opacity: 0.64;
  outline: 0;
  transition: opacity 0.3s ease-out;
}
.q-date__header-link--active, .q-date__header-link:hover, .q-date__header-link:focus {
  opacity: 1;
}
.q-date__header-subtitle {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}
.q-date__header-title-label {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.00735em;
}
.q-date__view {
  height: 100%;
  width: 100%;
  min-height: 290px;
  padding: 16px;
}
.q-date__navigation {
  height: 12.5%;
}
.q-date__navigation > div:first-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-end;
}
.q-date__navigation > div:last-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-start;
}
.q-date__calendar-weekdays {
  height: 12.5%;
}
.q-date__calendar-weekdays > div {
  opacity: 0.38;
  font-size: 12px;
}
.q-date__calendar-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 14.285% !important;
  height: 12.5% !important;
  position: relative;
  padding: 1px;
}
.q-date__calendar-item:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 1px;
  right: 0;
  bottom: 1px;
  left: 0;
  border-style: dashed;
  border-color: transparent;
  border-width: 1px;
}
.q-date__calendar-item > div, .q-date__calendar-item button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.q-date__calendar-item > div {
  line-height: 30px;
  text-align: center;
}
.q-date__calendar-item > button {
  line-height: 22px;
}
.q-date__calendar-item--out {
  opacity: 0.18;
}
.q-date__calendar-item--fill {
  visibility: hidden;
}
.q-date__range:before, .q-date__range-from:before, .q-date__range-to:before {
  content: "";
  background-color: currentColor;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  opacity: 0.3;
}
.q-date__range:nth-child(7n-6):before, .q-date__range-from:nth-child(7n-6):before, .q-date__range-to:nth-child(7n-6):before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-date__range:nth-child(7n):before, .q-date__range-from:nth-child(7n):before, .q-date__range-to:nth-child(7n):before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-date__range-from:before {
  left: 50%;
}
.q-date__range-to:before {
  right: 50%;
}
.q-date__edit-range:after {
  border-color: currentColor transparent;
}
.q-date__edit-range:nth-child(7n-6):after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-date__edit-range:nth-child(7n):after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-date__edit-range-from:after, .q-date__edit-range-from-to:after {
  left: 4px;
  border-left-color: currentColor;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.q-date__edit-range-to:after, .q-date__edit-range-from-to:after {
  right: 4px;
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.q-date__calendar-days-container {
  height: 75%;
  min-height: 192px;
}
.q-date__calendar-days > div {
  height: 16.66% !important;
}
.q-date__event {
  position: absolute;
  bottom: 2px;
  left: 50%;
  height: 5px;
  width: 8px;
  border-radius: 5px;
  background-color: var(--q-secondary);
  transform: translate3d(-50%, 0, 0);
}
.q-date__today {
  box-shadow: 0 0 1px 0 currentColor;
}
.q-date__years-content {
  padding: 0 8px;
}
.q-date__years-item, .q-date__months-item {
  flex: 0 0 33.3333%;
}
.q-date.disabled .q-date__header, .q-date.disabled .q-date__content, .q-date--readonly .q-date__header, .q-date--readonly .q-date__content {
  pointer-events: none;
}
.q-date--readonly .q-date__navigation {
  display: none;
}
.q-date--portrait {
  flex-direction: column;
}
.q-date--portrait-standard .q-date__content {
  height: calc(100% - 86px);
}
.q-date--portrait-standard .q-date__header {
  border-top-right-radius: inherit;
  height: 86px;
}
.q-date--portrait-standard .q-date__header-title {
  align-items: center;
  height: 30px;
}
.q-date--portrait-minimal .q-date__content {
  height: 100%;
}
.q-date--landscape {
  flex-direction: row;
  align-items: stretch;
  min-width: 420px;
}
.q-date--landscape > div {
  display: flex;
  flex-direction: column;
}
.q-date--landscape .q-date__content {
  height: 100%;
}
.q-date--landscape-standard {
  min-width: 420px;
}
.q-date--landscape-standard .q-date__header {
  border-bottom-left-radius: inherit;
  min-width: 110px;
  width: 110px;
}
.q-date--landscape-standard .q-date__header-title {
  flex-direction: column;
}
.q-date--landscape-standard .q-date__header-today {
  margin-top: 12px;
  margin-left: -8px;
}
.q-date--landscape-minimal {
  width: 310px;
}
.q-date--dark {
  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);
  border-color: rgba(255, 255, 255, 0.28);
}
.q-dialog__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0125em;
}
.q-dialog__progress {
  font-size: 4rem;
}
.q-dialog__inner {
  outline: 0;
}
.q-dialog__inner > div {
  pointer-events: all;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  border-radius: 4px;
}
.q-dialog__inner--square > div {
  border-radius: 0 !important;
}
.q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle {
  min-width: 64px;
}
.q-dialog__inner--minimized {
  padding: 24px;
}
.q-dialog__inner--minimized > div {
  max-height: calc(100vh - 48px);
}
.q-dialog__inner--maximized > div {
  height: 100%;
  width: 100%;
  max-height: 100vh;
  max-width: 100vw;
  border-radius: 0 !important;
  top: 0 !important;
  left: 0 !important;
}
.q-dialog__inner--top, .q-dialog__inner--bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.q-dialog__inner--right, .q-dialog__inner--left {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.q-dialog__inner--left:not(.q-dialog__inner--animating) > div, .q-dialog__inner--top:not(.q-dialog__inner--animating) > div {
  border-top-left-radius: 0;
}
.q-dialog__inner--right:not(.q-dialog__inner--animating) > div, .q-dialog__inner--top:not(.q-dialog__inner--animating) > div {
  border-top-right-radius: 0;
}
.q-dialog__inner--left:not(.q-dialog__inner--animating) > div, .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div {
  border-bottom-left-radius: 0;
}
.q-dialog__inner--right:not(.q-dialog__inner--animating) > div, .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div {
  border-bottom-right-radius: 0;
}
.q-dialog__inner--fullwidth > div {
  width: 100% !important;
  max-width: 100% !important;
}
.q-dialog__inner--fullheight > div {
  height: 100% !important;
  max-height: 100% !important;
}
.q-dialog__backdrop {
  z-index: -1;
  pointer-events: all;
  outline: 0;
  background: rgba(0, 0, 0, 0.4);
}
body.platform-ios .q-dialog__inner--minimized > div, body.platform-android:not(.native-mobile) .q-dialog__inner--minimized > div {
  max-height: calc(100vh - 108px);
}
body.q-ios-padding .q-dialog__inner {
  padding-top: 20px !important;
  padding-top: env(safe-area-inset-top) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
body.q-ios-padding .q-dialog__inner > div {
  max-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
}
@media (max-width: 599.98px) {
  .q-dialog__inner--top, .q-dialog__inner--bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .q-dialog__inner--top > div, .q-dialog__inner--bottom > div {
    width: 100% !important;
  }
}
@media (min-width: 600px) {
  .q-dialog__inner--minimized > div {
    max-width: 560px;
  }
}
.q-body--dialog {
  overflow: hidden;
}
.q-editor {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fff;
}
.q-editor.disabled {
  border-style: dashed;
}
.q-editor > div:first-child, .q-editor__toolbars-container, .q-editor__toolbars-container > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-editor__content {
  outline: 0;
  padding: 10px;
  min-height: 10em;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: auto;
  max-width: 100%;
}
.q-editor__content pre {
  white-space: pre-wrap;
}
.q-editor__content hr {
  border: 0;
  outline: 0;
  margin: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.q-editor__content:empty:not(:focus):before {
  content: attr(placeholder);
  opacity: 0.7;
}
.q-editor__toolbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 32px;
}
.q-editor__toolbars-container {
  max-width: 100%;
}
.q-editor .q-btn {
  margin: 4px;
}
.q-editor__toolbar-group {
  position: relative;
  margin: 0 4px;
}
.q-editor__toolbar-group + .q-editor__toolbar-group:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.q-editor__link-input {
  color: inherit;
  text-decoration: none;
  text-transform: none;
  border: none;
  border-radius: 0;
  background: none;
  outline: 0;
}
.q-editor--flat, .q-editor--flat .q-editor__toolbar {
  border: 0;
}
.q-editor--dense .q-editor__toolbar-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.q-editor--dark {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-editor--dark .q-editor__content hr {
  background: rgba(255, 255, 255, 0.28);
}
.q-editor--dark .q-editor__toolbar {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-editor--dark .q-editor__toolbar-group + .q-editor__toolbar-group:before {
  background: rgba(255, 255, 255, 0.28);
}
.q-expansion-item__border {
  opacity: 0;
}
.q-expansion-item__toggle-icon {
  position: relative;
  transition: transform 0.3s;
}
.q-expansion-item__toggle-icon--rotated {
  transform: rotate(180deg);
}
.q-expansion-item__toggle-focus {
  width: 1em !important;
  height: 1em !important;
  position: relative !important;
}
.q-expansion-item__toggle-focus + .q-expansion-item__toggle-icon {
  margin-top: -1em;
}
.q-expansion-item--standard.q-expansion-item--expanded > div > .q-expansion-item__border {
  opacity: 1;
}
.q-expansion-item--popup {
  transition: padding 0.5s;
}
.q-expansion-item--popup > .q-expansion-item__container {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-expansion-item--popup > .q-expansion-item__container > .q-separator {
  display: none;
}
.q-expansion-item--popup.q-expansion-item--collapsed {
  padding: 0 15px;
}
.q-expansion-item--popup.q-expansion-item--expanded {
  padding: 15px 0;
}
.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--expanded {
  padding-top: 0;
}
.q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child) > .q-expansion-item__container {
  border-top-width: 0;
}
.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--collapsed > .q-expansion-item__container {
  border-top-width: 1px;
}
.q-expansion-item__content > .q-card {
  box-shadow: none;
  border-radius: 0;
}
.q-expansion-item:first-child > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-expansion-item:last-child > div > .q-expansion-item__border--bottom {
  opacity: 0;
}
.q-expansion-item--expanded + .q-expansion-item--expanded > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-expansion-item--expanded .q-textarea--autogrow textarea {
  animation: q-expansion-done 0s;
}
@keyframes q-expansion-done {
  0% {
    --q-exp-done: 1;
  }
}
.z-fab {
  z-index: 990;
}
.q-fab {
  position: relative;
  vertical-align: middle;
}
.q-fab > .q-btn {
  width: 100%;
}
.q-fab--form-rounded {
  border-radius: 28px;
}
.q-fab--form-square {
  border-radius: 4px;
}
.q-fab__icon, .q-fab__active-icon {
  transition: opacity 0.4s, transform 0.4s;
}
.q-fab__icon {
  opacity: 1;
  transform: rotate(0deg);
}
.q-fab__active-icon {
  opacity: 0;
  transform: rotate(-180deg);
}
.q-fab__label--external {
  position: absolute;
  padding: 0 8px;
  transition: opacity 0.18s cubic-bezier(0.65, 0.815, 0.735, 0.395);
}
.q-fab__label--external-hidden {
  opacity: 0;
  pointer-events: none;
}
.q-fab__label--external-left {
  top: 50%;
  left: -12px;
  transform: translate(-100%, -50%);
}
.q-fab__label--external-right {
  top: 50%;
  right: -12px;
  transform: translate(100%, -50%);
}
.q-fab__label--external-bottom {
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.q-fab__label--external-top {
  top: -12px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.q-fab__label--internal {
  padding: 0;
  transition: font-size 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), max-height 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), opacity 0.07s cubic-bezier(0.65, 0.815, 0.735, 0.395);
  max-height: 30px;
}
.q-fab__label--internal-hidden {
  font-size: 0;
  opacity: 0;
}
.q-fab__label--internal-top {
  padding-bottom: 0.12em;
}
.q-fab__label--internal-bottom {
  padding-top: 0.12em;
}
.q-fab__label--internal-top.q-fab__label--internal-hidden, .q-fab__label--internal-bottom.q-fab__label--internal-hidden {
  max-height: 0;
}
.q-fab__label--internal-left {
  padding-left: 0.285em;
  padding-right: 0.571em;
}
.q-fab__label--internal-right {
  padding-right: 0.285em;
  padding-left: 0.571em;
}
.q-fab__icon-holder {
  min-width: 24px;
  min-height: 24px;
  position: relative;
}
.q-fab__icon-holder--opened .q-fab__icon {
  transform: rotate(180deg);
  opacity: 0;
}
.q-fab__icon-holder--opened .q-fab__active-icon {
  transform: rotate(0deg);
  opacity: 1;
}
.q-fab__actions {
  position: absolute;
  opacity: 0;
  transition: transform 0.18s ease-in, opacity 0.18s ease-in;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 3px;
}
.q-fab__actions .q-btn {
  margin: 5px;
}
.q-fab__actions--right {
  transform-origin: 0 50%;
  transform: scale(0.4) translateX(-62px);
  height: 56px;
  left: 100%;
  margin-left: 9px;
}
.q-fab__actions--left {
  transform-origin: 100% 50%;
  transform: scale(0.4) translateX(62px);
  height: 56px;
  right: 100%;
  margin-right: 9px;
  flex-direction: row-reverse;
}
.q-fab__actions--up {
  transform-origin: 50% 100%;
  transform: scale(0.4) translateY(62px);
  width: 56px;
  bottom: 100%;
  margin-bottom: 9px;
  flex-direction: column-reverse;
}
.q-fab__actions--down {
  transform-origin: 50% 0;
  transform: scale(0.4) translateY(-62px);
  width: 56px;
  top: 100%;
  margin-top: 9px;
  flex-direction: column;
}
.q-fab__actions--up, .q-fab__actions--down {
  left: 50%;
  margin-left: -28px;
}
.q-fab__actions--opened {
  opacity: 1;
  transform: scale(1) translate(0.1px, 0);
  pointer-events: all;
}
.q-fab--align-left > .q-fab__actions--up, .q-fab--align-left > .q-fab__actions--down {
  align-items: flex-start;
  left: 28px;
}
.q-fab--align-right > .q-fab__actions--up, .q-fab--align-right > .q-fab__actions--down {
  align-items: flex-end;
  left: auto;
  right: 0;
}
.q-field {
  font-size: 14px;
}
.q-field ::-ms-clear,
.q-field ::-ms-reveal {
  display: none;
}
.q-field--with-bottom {
  padding-bottom: 20px;
}
.q-field__marginal {
  height: 56px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
}
.q-field__marginal > * + * {
  margin-left: 2px;
}
.q-field__marginal .q-avatar {
  font-size: 32px;
}
.q-field__before, .q-field__prepend {
  padding-right: 12px;
}
.q-field__after, .q-field__append {
  padding-left: 12px;
}
.q-field__after:empty, .q-field__append:empty {
  display: none;
}
.q-field__append + .q-field__append {
  padding-left: 2px;
}
.q-field__inner {
  text-align: left;
}
.q-field__bottom {
  font-size: 12px;
  min-height: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
  padding: 8px 12px 0;
  backface-visibility: hidden;
}
.q-field__bottom--animated {
  transform: translateY(100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.q-field__messages {
  line-height: 1;
}
.q-field__messages > div {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.q-field__messages > div + div {
  margin-top: 4px;
}
.q-field__counter {
  padding-left: 8px;
  line-height: 1;
}
.q-field--item-aligned {
  padding: 8px 16px;
}
.q-field--item-aligned .q-field__before {
  min-width: 56px;
}
.q-field__control-container {
  height: inherit;
}
.q-field__control {
  color: var(--q-primary);
  height: 56px;
  max-width: 100%;
  outline: none;
}
.q-field__control:before, .q-field__control:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.q-field__control:before {
  border-radius: inherit;
}
.q-field__shadow {
  top: 8px;
  opacity: 0;
  overflow: hidden;
  white-space: pre-wrap;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field__shadow + .q-field__native::placeholder {
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field__shadow + .q-field__native:focus::placeholder {
  opacity: 0;
}
.q-field__native, .q-field__prefix, .q-field__suffix, .q-field__input {
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  border: none;
  border-radius: 0;
  background: none;
  color: rgba(0, 0, 0, 0.87);
  outline: 0;
  padding: 6px 0;
}
.q-field__native, .q-field__input {
  width: 100%;
  min-width: 0;
  outline: 0 !important;
  -webkit-user-select: auto;
          user-select: auto;
}
.q-field__native:-webkit-autofill, .q-field__input:-webkit-autofill {
  -webkit-animation-name: q-autofill;
  -webkit-animation-fill-mode: both;
}
.q-field__native:-webkit-autofill + .q-field__label, .q-field__input:-webkit-autofill + .q-field__label {
  transform: translateY(-40%) scale(0.75);
}
.q-field__native[type=color] + .q-field__label, .q-field__native[type=date] + .q-field__label, .q-field__native[type=datetime-local] + .q-field__label, .q-field__native[type=month] + .q-field__label, .q-field__native[type=time] + .q-field__label, .q-field__native[type=week] + .q-field__label, .q-field__input[type=color] + .q-field__label, .q-field__input[type=date] + .q-field__label, .q-field__input[type=datetime-local] + .q-field__label, .q-field__input[type=month] + .q-field__label, .q-field__input[type=time] + .q-field__label, .q-field__input[type=week] + .q-field__label {
  transform: translateY(-40%) scale(0.75);
}
.q-field__native:invalid, .q-field__input:invalid {
  box-shadow: none;
}
.q-field__native[type=file] {
  line-height: 1em;
}
.q-field__input {
  padding: 0;
  height: 0;
  min-height: 24px;
  line-height: 24px;
}
.q-field__prefix, .q-field__suffix {
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.q-field__prefix {
  padding-right: 4px;
}
.q-field__suffix {
  padding-left: 4px;
}
.q-field--readonly .q-placeholder, .q-field--disabled .q-placeholder {
  opacity: 1 !important;
}
.q-field--readonly.q-field--labeled .q-field__native, .q-field--readonly.q-field--labeled .q-field__input {
  cursor: default;
}
.q-field--readonly.q-field--float .q-field__native, .q-field--readonly.q-field--float .q-field__input {
  cursor: text;
}
.q-field--disabled .q-field__inner {
  cursor: not-allowed;
}
.q-field--disabled .q-field__control {
  pointer-events: none;
}
.q-field--disabled .q-field__control > div {
  opacity: 0.6 !important;
}
.q-field--disabled .q-field__control > div,
.q-field--disabled .q-field__control > div * {
  outline: 0 !important;
}
.q-field__label {
  left: 0;
  top: 18px;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  transform-origin: left top;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
}
.q-field--float .q-field__label {
  max-width: 133%;
  transform: translateY(-40%) scale(0.75);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.396s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--highlighted .q-field__label {
  color: currentColor;
}
.q-field--highlighted .q-field__shadow {
  opacity: 0.5;
}
.q-field--filled .q-field__control {
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 0 0;
}
.q-field--filled .q-field__control:before {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--filled .q-field__control:hover:before {
  opacity: 1;
}
.q-field--filled .q-field__control:after {
  height: 2px;
  top: auto;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--filled.q-field--rounded .q-field__control {
  border-radius: 28px 28px 0 0;
}
.q-field--filled.q-field--highlighted .q-field__control:before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.12);
}
.q-field--filled.q-field--highlighted .q-field__control:after {
  transform: scale3d(1, 1, 1);
}
.q-field--filled.q-field--dark .q-field__control, .q-field--filled.q-field--dark .q-field__control:before {
  background: rgba(255, 255, 255, 0.07);
}
.q-field--filled.q-field--dark.q-field--highlighted .q-field__control:before {
  background: rgba(255, 255, 255, 0.1);
}
.q-field--filled.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border-bottom-style: dashed;
}
.q-field--outlined .q-field__control {
  border-radius: 4px;
  padding: 0 12px;
}
.q-field--outlined .q-field__control:before {
  border: 1px solid rgba(0, 0, 0, 0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--outlined .q-field__control:hover:before {
  border-color: #000;
}
.q-field--outlined .q-field__control:after {
  height: inherit;
  border-radius: inherit;
  border: 2px solid transparent;
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--outlined .q-field__native:-webkit-autofill,
.q-field--outlined .q-field__input:-webkit-autofill {
  margin-top: 1px;
  margin-bottom: 1px;
}
.q-field--outlined.q-field--rounded .q-field__control {
  border-radius: 28px;
}
.q-field--outlined.q-field--highlighted .q-field__control:hover:before {
  border-color: transparent;
}
.q-field--outlined.q-field--highlighted .q-field__control:after {
  border-color: currentColor;
  border-width: 2px;
  transform: scale3d(1, 1, 1);
}
.q-field--outlined.q-field--readonly .q-field__control:before {
  border-style: dashed;
}
.q-field--standard .q-field__control:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standard .q-field__control:hover:before {
  border-color: #000;
}
.q-field--standard .q-field__control:after {
  height: 2px;
  top: auto;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standard.q-field--highlighted .q-field__control:after {
  transform: scale3d(1, 1, 1);
}
.q-field--standard.q-field--readonly .q-field__control:before {
  border-bottom-style: dashed;
}
.q-field--dark .q-field__control:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.q-field--dark .q-field__control:hover:before {
  border-color: #fff;
}
.q-field--dark .q-field__native, .q-field--dark .q-field__prefix, .q-field--dark .q-field__suffix, .q-field--dark .q-field__input {
  color: #fff;
}
.q-field--dark:not(.q-field--highlighted) .q-field__label, .q-field--dark .q-field__marginal, .q-field--dark .q-field__bottom {
  color: rgba(255, 255, 255, 0.7);
}
.q-field--standout .q-field__control {
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: box-shadow 0.36s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standout .q-field__control:before {
  background: rgba(0, 0, 0, 0.07);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standout .q-field__control:hover:before {
  opacity: 1;
}
.q-field--standout.q-field--rounded .q-field__control {
  border-radius: 28px;
}
.q-field--standout.q-field--highlighted .q-field__control {
  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);
  background: #000;
}
.q-field--standout.q-field--highlighted .q-field__native, .q-field--standout.q-field--highlighted .q-field__prefix, .q-field--standout.q-field--highlighted .q-field__suffix, .q-field--standout.q-field--highlighted .q-field__prepend, .q-field--standout.q-field--highlighted .q-field__append, .q-field--standout.q-field--highlighted .q-field__input {
  color: #fff;
}
.q-field--standout.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border: 1px dashed rgba(0, 0, 0, 0.24);
}
.q-field--standout.q-field--dark .q-field__control {
  background: rgba(255, 255, 255, 0.07);
}
.q-field--standout.q-field--dark .q-field__control:before {
  background: rgba(255, 255, 255, 0.07);
}
.q-field--standout.q-field--dark.q-field--highlighted .q-field__control {
  background: #fff;
}
.q-field--standout.q-field--dark.q-field--highlighted .q-field__native, .q-field--standout.q-field--dark.q-field--highlighted .q-field__prefix, .q-field--standout.q-field--dark.q-field--highlighted .q-field__suffix, .q-field--standout.q-field--dark.q-field--highlighted .q-field__prepend, .q-field--standout.q-field--dark.q-field--highlighted .q-field__append, .q-field--standout.q-field--dark.q-field--highlighted .q-field__input {
  color: #000;
}
.q-field--standout.q-field--dark.q-field--readonly .q-field__control:before {
  border-color: rgba(255, 255, 255, 0.24);
}
.q-field--labeled .q-field__native, .q-field--labeled .q-field__prefix, .q-field--labeled .q-field__suffix {
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 8px;
}
.q-field--labeled .q-field__shadow {
  top: 0;
}
.q-field--labeled:not(.q-field--float) .q-field__prefix, .q-field--labeled:not(.q-field--float) .q-field__suffix {
  opacity: 0;
}
.q-field--labeled:not(.q-field--float) .q-field__native::placeholder, .q-field--labeled:not(.q-field--float) .q-field__input::placeholder {
  color: transparent;
}
.q-field--labeled.q-field--dense .q-field__native, .q-field--labeled.q-field--dense .q-field__prefix, .q-field--labeled.q-field--dense .q-field__suffix {
  padding-top: 14px;
  padding-bottom: 2px;
}
.q-field--dense .q-field--with-bottom {
  padding-bottom: 19px;
}
.q-field--dense .q-field__shadow {
  top: 0;
}
.q-field--dense .q-field__control, .q-field--dense .q-field__marginal {
  height: 40px;
}
.q-field--dense .q-field__bottom {
  font-size: 11px;
}
.q-field--dense .q-field__label {
  font-size: 14px;
  top: 10px;
}
.q-field--dense .q-field__before, .q-field--dense .q-field__prepend {
  padding-right: 6px;
}
.q-field--dense .q-field__after, .q-field--dense .q-field__append {
  padding-left: 6px;
}
.q-field--dense .q-field__append + .q-field__append {
  padding-left: 2px;
}
.q-field--dense .q-field__marginal .q-avatar {
  font-size: 24px;
}
.q-field--dense.q-field--float .q-field__label {
  transform: translateY(-30%) scale(0.75);
}
.q-field--dense .q-field__native:-webkit-autofill + .q-field__label, .q-field--dense .q-field__input:-webkit-autofill + .q-field__label {
  transform: translateY(-30%) scale(0.75);
}
.q-field--dense .q-field__native[type=color] + .q-field__label, .q-field--dense .q-field__native[type=date] + .q-field__label, .q-field--dense .q-field__native[type=datetime-local] + .q-field__label, .q-field--dense .q-field__native[type=month] + .q-field__label, .q-field--dense .q-field__native[type=time] + .q-field__label, .q-field--dense .q-field__native[type=week] + .q-field__label, .q-field--dense .q-field__input[type=color] + .q-field__label, .q-field--dense .q-field__input[type=date] + .q-field__label, .q-field--dense .q-field__input[type=datetime-local] + .q-field__label, .q-field--dense .q-field__input[type=month] + .q-field__label, .q-field--dense .q-field__input[type=time] + .q-field__label, .q-field--dense .q-field__input[type=week] + .q-field__label {
  transform: translateY(-30%) scale(0.75);
}
.q-field--borderless .q-field__bottom, .q-field--borderless.q-field--dense .q-field__control, .q-field--standard .q-field__bottom, .q-field--standard.q-field--dense .q-field__control {
  padding-left: 0;
  padding-right: 0;
}
.q-field--error .q-field__label {
  animation: q-field-label 0.36s;
}
.q-field--error .q-field__bottom {
  color: var(--q-negative);
}
.q-field__focusable-action {
  opacity: 0.6;
  cursor: pointer;
  outline: 0 !important;
  border: 0;
  color: inherit;
  background: transparent;
  padding: 0;
}
.q-field__focusable-action:hover, .q-field__focusable-action:focus {
  opacity: 1;
}
.q-field--auto-height .q-field__control {
  height: auto;
}
.q-field--auto-height .q-field__control, .q-field--auto-height .q-field__native {
  min-height: 56px;
}
.q-field--auto-height .q-field__native {
  align-items: center;
}
.q-field--auto-height .q-field__control-container {
  padding-top: 0;
}
.q-field--auto-height .q-field__native, .q-field--auto-height .q-field__prefix, .q-field--auto-height .q-field__suffix {
  line-height: 18px;
}
.q-field--auto-height.q-field--labeled .q-field__control-container {
  padding-top: 24px;
}
.q-field--auto-height.q-field--labeled .q-field__shadow {
  top: 24px;
}
.q-field--auto-height.q-field--labeled .q-field__native, .q-field--auto-height.q-field--labeled .q-field__prefix, .q-field--auto-height.q-field--labeled .q-field__suffix {
  padding-top: 0;
}
.q-field--auto-height.q-field--labeled .q-field__native {
  min-height: 24px;
}
.q-field--auto-height.q-field--dense .q-field__control, .q-field--auto-height.q-field--dense .q-field__native {
  min-height: 40px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__shadow {
  top: 14px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
}
.q-field--square .q-field__control {
  border-radius: 0 !important;
}
.q-transition--field-message-enter-active, .q-transition--field-message-leave-active {
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.q-transition--field-message-enter-from, .q-transition--field-message-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.q-transition--field-message-leave-from, .q-transition--field-message-leave-active {
  position: absolute;
}
@keyframes q-field-label {
  40% {
    margin-left: 2px;
  }
  60%, 80% {
    margin-left: -2px;
  }
  70%, 90% {
    margin-left: 2px;
  }
}
@keyframes q-autofill {
  to {
    background: transparent;
    color: inherit;
  }
}
.q-file .q-field__native {
  word-break: break-all;
  overflow: hidden;
}
.q-file .q-field__input {
  opacity: 0 !important;
}
.q-file .q-field__input::-webkit-file-upload-button {
  cursor: pointer;
}
.q-file__filler {
  visibility: hidden;
  width: 100%;
  border: none;
  padding: 0;
}
.q-file__dnd {
  outline: 1px dashed currentColor;
  outline-offset: -4px;
}
.q-form {
  position: relative;
}
.q-img {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.q-img__loading .q-spinner {
  font-size: 50px;
}
.q-img__container {
  border-radius: inherit;
  font-size: 0;
}
.q-img__image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.q-img__image--with-transition {
  transition: opacity 0.28s ease-in;
}
.q-img__image--loaded {
  opacity: 1;
}
.q-img__content {
  border-radius: inherit;
  pointer-events: none;
}
.q-img__content > div {
  pointer-events: all;
  position: absolute;
  padding: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.47);
}
.q-img--no-menu .q-img__image,
.q-img--no-menu .q-img__placeholder {
  pointer-events: none;
}
.q-inner-loading {
  background: rgba(255, 255, 255, 0.6);
  border-radius: inherit;
}
.q-inner-loading--dark {
  background: rgba(0, 0, 0, 0.4);
}
.q-inner-loading__label {
  margin-top: 8px;
}
.q-textarea .q-field__control {
  min-height: 56px;
  height: auto;
}
.q-textarea .q-field__control-container {
  padding-top: 2px;
  padding-bottom: 2px;
}
.q-textarea .q-field__shadow {
  top: 2px;
  bottom: 2px;
}
.q-textarea .q-field__native, .q-textarea .q-field__prefix, .q-textarea .q-field__suffix {
  line-height: 18px;
}
.q-textarea .q-field__native {
  resize: vertical;
  padding-top: 17px;
  min-height: 52px;
}
.q-textarea.q-field--labeled .q-field__control-container {
  padding-top: 26px;
}
.q-textarea.q-field--labeled .q-field__shadow {
  top: 26px;
}
.q-textarea.q-field--labeled .q-field__native, .q-textarea.q-field--labeled .q-field__prefix, .q-textarea.q-field--labeled .q-field__suffix {
  padding-top: 0;
}
.q-textarea.q-field--labeled .q-field__native {
  min-height: 26px;
  padding-top: 1px;
}
.q-textarea--autogrow .q-field__native {
  resize: none;
}
.q-textarea.q-field--dense .q-field__control, .q-textarea.q-field--dense .q-field__native {
  min-height: 36px;
}
.q-textarea.q-field--dense .q-field__native {
  padding-top: 9px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__shadow {
  top: 14px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
  padding-top: 3px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__prefix, .q-textarea.q-field--dense.q-field--labeled .q-field__suffix {
  padding-top: 2px;
}
body.mobile .q-textarea .q-field__native,
.q-textarea.disabled .q-field__native {
  resize: none;
}
.q-intersection {
  position: relative;
}
.q-item {
  min-height: 48px;
  padding: 8px 16px;
  color: inherit;
  transition: color 0.3s, background-color 0.3s;
}
.q-item__section--side {
  color: #848489;
  align-items: flex-start;
  padding-right: 16px;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.q-item__section--side > .q-icon {
  font-size: 24px;
}
.q-item__section--side > .q-avatar {
  font-size: 40px;
}
.q-item__section--avatar {
  color: inherit;
  min-width: 56px;
}
.q-item__section--thumbnail img {
  width: 100px;
  height: 56px;
}
.q-item__section--nowrap {
  white-space: nowrap;
}
.q-item > .q-item__section--thumbnail:first-child,
.q-item > .q-focus-helper + .q-item__section--thumbnail {
  margin-left: -16px;
}
.q-item > .q-item__section--thumbnail:last-of-type {
  margin-right: -16px;
}
.q-item__label {
  line-height: 1.2em !important;
  max-width: 100%;
}
.q-item__label--overline {
  color: rgba(0, 0, 0, 0.7);
}
.q-item__label--caption {
  color: rgba(0, 0, 0, 0.54);
}
.q-item__label--header {
  color: #848489;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
.q-separator--spaced + .q-item__label--header, .q-list--padding .q-item__label--header {
  padding-top: 8px;
}
.q-item__label + .q-item__label {
  margin-top: 4px;
}
.q-item__section--main {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
}
.q-item__section--main + .q-item__section--main {
  margin-left: 8px;
}
.q-item__section--main ~ .q-item__section--side {
  align-items: flex-end;
  padding-right: 0;
  padding-left: 16px;
}
.q-item__section--main.q-item__section--thumbnail {
  margin-left: 0;
  margin-right: -16px;
}
.q-list--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-list--separator > .q-item-type + .q-item-type,
.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-list--padding {
  padding: 8px 0;
}
.q-list--dense > .q-item, .q-item--dense {
  min-height: 32px;
  padding: 2px 16px;
}
.q-list--dark.q-list--separator > .q-item-type + .q-item-type,
.q-list--dark.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top-color: rgba(255, 255, 255, 0.28);
}
.q-list--dark, .q-item--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.q-list--dark .q-item__section--side:not(.q-item__section--avatar), .q-item--dark .q-item__section--side:not(.q-item__section--avatar) {
  color: rgba(255, 255, 255, 0.7);
}
.q-list--dark .q-item__label--header, .q-item--dark .q-item__label--header {
  color: rgba(255, 255, 255, 0.64);
}
.q-list--dark .q-item__label--overline, .q-list--dark .q-item__label--caption, .q-item--dark .q-item__label--overline, .q-item--dark .q-item__label--caption {
  color: rgba(255, 255, 255, 0.8);
}
.q-item {
  position: relative;
}
.q-item.q-router-link--active, .q-item--active {
  color: var(--q-primary);
}
.q-knob {
  font-size: 48px;
}
.q-knob--editable {
  cursor: pointer;
  outline: 0;
}
.q-knob--editable:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: none;
  transition: box-shadow 0.24s ease-in-out;
}
.q-knob--editable:focus:before {
  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);
}
body.body--dark .q-knob--editable:focus:before {
  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);
}
.q-layout {
  width: 100%;
  outline: 0;
}
.q-layout-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.q-layout-container .q-layout {
  min-height: 100%;
}
.q-layout-container > div {
  transform: translate3d(0, 0, 0);
}
.q-layout-container > div > div {
  min-height: 0;
  max-height: 100%;
}
.q-layout__shadow {
  width: 100%;
}
.q-layout__shadow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2), 0 0px 10px rgba(0, 0, 0, 0.24);
}
.q-layout__section--marginal {
  background-color: var(--q-primary);
  color: #fff;
}
.q-header--hidden {
  transform: translateY(-110%);
}
.q-header--bordered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-header .q-layout__shadow {
  bottom: -10px;
}
.q-header .q-layout__shadow:after {
  bottom: 10px;
}
.q-footer--hidden {
  transform: translateY(110%);
}
.q-footer--bordered {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-footer .q-layout__shadow {
  top: -10px;
}
.q-footer .q-layout__shadow:after {
  top: 10px;
}
.q-header, .q-footer {
  z-index: 2000;
}
.q-drawer {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}
.q-drawer--on-top {
  z-index: 3000;
}
.q-drawer--left {
  left: 0;
  transform: translateX(-100%);
}
.q-drawer--left.q-drawer--bordered {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.q-drawer--left .q-layout__shadow {
  left: 10px;
  right: -10px;
}
.q-drawer--left .q-layout__shadow:after {
  right: 10px;
}
.q-drawer--right {
  right: 0;
  transform: translateX(100%);
}
.q-drawer--right.q-drawer--bordered {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.q-drawer--right .q-layout__shadow {
  left: -10px;
}
.q-drawer--right .q-layout__shadow:after {
  left: 10px;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini {
  padding: 0 !important;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section {
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__label, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--main, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--side ~ .q-item__section--side {
  display: none;
}
.q-drawer--mini .q-mini-drawer-hide, .q-drawer--mini .q-expansion-item__content {
  display: none;
}
.q-drawer--mini-animate .q-drawer__content {
  overflow-x: hidden !important;
  white-space: nowrap;
}
.q-drawer--standard .q-mini-drawer-only {
  display: none;
}
.q-drawer--mobile .q-mini-drawer-only, .q-drawer--mobile .q-mini-drawer-hide {
  display: none;
}
.q-drawer__backdrop {
  z-index: 2999 !important;
  will-change: background-color;
}
.q-drawer__opener {
  z-index: 2001;
  height: 100%;
  width: 15px;
  -webkit-user-select: none;
          user-select: none;
}
.q-layout, .q-header, .q-footer, .q-page {
  position: relative;
}
.q-page-sticky--shrink {
  pointer-events: none;
}
.q-page-sticky--shrink > div {
  display: inline-block;
  pointer-events: auto;
}
body.q-ios-padding .q-layout--standard .q-header > .q-toolbar:nth-child(1),
body.q-ios-padding .q-layout--standard .q-header > .q-tabs:nth-child(1) .q-tabs__content,
body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
  padding-top: 20px;
  min-height: 70px;
  padding-top: env(safe-area-inset-top);
  min-height: calc(env(safe-area-inset-top) + 50px);
}
body.q-ios-padding .q-layout--standard .q-footer > .q-toolbar:last-child,
body.q-ios-padding .q-layout--standard .q-footer > .q-tabs:nth-last-child(1 of :not(.q-layout__shadow)) .q-tabs__content,
body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
  padding-bottom: env(safe-area-inset-bottom);
  min-height: calc(env(safe-area-inset-bottom) + 50px);
}
.q-body--layout-animate .q-drawer__backdrop {
  transition: background-color 0.12s !important;
}
.q-body--layout-animate .q-drawer {
  transition: transform 0.12s, width 0.12s, top 0.12s, bottom 0.12s !important;
}
.q-body--layout-animate .q-layout__section--marginal {
  transition: transform 0.12s, left 0.12s, right 0.12s !important;
}
.q-body--layout-animate .q-page-container {
  transition: padding-top 0.12s, padding-right 0.12s, padding-bottom 0.12s, padding-left 0.12s !important;
}
.q-body--layout-animate .q-page-sticky {
  transition: transform 0.12s, left 0.12s, right 0.12s, top 0.12s, bottom 0.12s !important;
}
body:not(.q-body--layout-animate) .q-layout--prevent-focus {
  visibility: hidden;
}
.q-body--drawer-toggle {
  overflow-x: hidden !important;
}
@media (max-width: 599.98px) {
  .q-layout-padding {
    padding: 8px;
  }
}
@media (min-width: 600px) and (max-width: 1439.98px) {
  .q-layout-padding {
    padding: 16px;
  }
}
@media (min-width: 1440px) {
  .q-layout-padding {
    padding: 24px;
  }
}
body.body--dark .q-header, body.body--dark .q-footer, body.body--dark .q-drawer {
  border-color: rgba(255, 255, 255, 0.28);
}
body.body--dark .q-layout__shadow:after {
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2), 0 0px 10px rgba(255, 255, 255, 0.24);
}
body.platform-ios .q-layout--containerized {
  position: unset !important;
}
.q-linear-progress {
  --q-linear-progress-speed: .3s;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 4px;
  height: 1em;
  color: var(--q-primary);
  transform: scale3d(1, 1, 1);
}
.q-linear-progress__model, .q-linear-progress__track {
  transform-origin: 0 0;
}
.q-linear-progress__model--with-transition, .q-linear-progress__track--with-transition {
  transition: transform var(--q-linear-progress-speed);
}
.q-linear-progress--reverse .q-linear-progress__model, .q-linear-progress--reverse .q-linear-progress__track {
  transform-origin: 0 100%;
}
.q-linear-progress__model--determinate {
  background: currentColor;
}
.q-linear-progress__model--indeterminate, .q-linear-progress__model--query {
  transition: none;
}
.q-linear-progress__model--indeterminate:before, .q-linear-progress__model--indeterminate:after, .q-linear-progress__model--query:before, .q-linear-progress__model--query:after {
  background: currentColor;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
}
.q-linear-progress__model--indeterminate:before, .q-linear-progress__model--query:before {
  animation: q-linear-progress--indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.q-linear-progress__model--indeterminate:after, .q-linear-progress__model--query:after {
  transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1);
  animation: q-linear-progress--indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
.q-linear-progress__track {
  opacity: 0.4;
}
.q-linear-progress__track--light {
  background: rgba(0, 0, 0, 0.26);
}
.q-linear-progress__track--dark {
  background: rgba(255, 255, 255, 0.6);
}
.q-linear-progress__stripe {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)) !important;
  background-size: 40px 40px !important;
}
.q-linear-progress__stripe--with-transition {
  transition: width var(--q-linear-progress-speed);
}
@keyframes q-linear-progress--indeterminate {
  0% {
    transform: translate3d(-35%, 0, 0) scale3d(0.35, 1, 1);
  }
  60% {
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
  100% {
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
}
@keyframes q-linear-progress--indeterminate-short {
  0% {
    transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1);
  }
  60% {
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
  100% {
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
}
.q-menu {
  position: fixed !important;
  display: inline-block;
  max-width: 95vw;
  max-height: 65vh;
  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);
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
  z-index: 6000;
}
.q-menu--square {
  border-radius: 0;
}
.q-menu--dark {
  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);
}
.q-option-group--inline > div {
  display: inline-block;
}
.q-pagination input {
  text-align: center;
  -moz-appearance: textfield;
}
.q-pagination input::-webkit-outer-spin-button,
.q-pagination input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.q-pagination__content {
  --q-pagination-gutter-parent: -2px;
  --q-pagination-gutter-child: 2px;
  margin-top: var(--q-pagination-gutter-parent);
  margin-left: var(--q-pagination-gutter-parent);
}
.q-pagination__content > .q-btn, .q-pagination__content > .q-input, .q-pagination__middle > .q-btn {
  margin-top: var(--q-pagination-gutter-child);
  margin-left: var(--q-pagination-gutter-child);
}
.q-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
}
.q-parallax__media > img, .q-parallax__media > video {
  position: absolute;
  left: 50% /* rtl:ignore */;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  will-change: transform;
  display: none;
}
.q-popup-edit {
  padding: 8px 16px;
}
.q-popup-edit__buttons {
  margin-top: 8px;
}
.q-popup-edit__buttons .q-btn + .q-btn {
  margin-left: 8px;
}
.q-pull-to-refresh {
  position: relative;
}
.q-pull-to-refresh__puller {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: var(--q-primary);
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.q-pull-to-refresh__puller--animating {
  transition: transform 0.3s, opacity 0.3s;
}
.q-radio {
  vertical-align: middle;
}
.q-radio__native {
  width: 1px;
  height: 1px;
}
.q-radio__bg, .q-radio__icon-container {
  -webkit-user-select: none;
          user-select: none;
}
.q-radio__bg {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  -webkit-print-color-adjust: exact;
}
.q-radio__bg path {
  fill: currentColor;
}
.q-radio__icon {
  color: currentColor;
  font-size: 0.5em;
}
.q-radio__check {
  transform-origin: 50% 50%;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.q-radio__inner {
  font-size: 40px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  outline: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
}
.q-radio__inner--truthy {
  color: var(--q-primary);
}
.q-radio__inner--truthy .q-radio__check {
  transform: scale3d(1, 1, 1);
}
.q-radio.disabled {
  opacity: 0.75 !important;
}
.q-radio--dark .q-radio__inner {
  color: rgba(255, 255, 255, 0.7);
}
.q-radio--dark .q-radio__inner:before {
  opacity: 0.32 !important;
}
.q-radio--dark .q-radio__inner--truthy {
  color: var(--q-primary);
}
.q-radio--dense .q-radio__inner {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
}
.q-radio--dense .q-radio__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.q-radio--dense .q-radio__label {
  padding-left: 0.5em;
}
.q-radio--dense.reverse .q-radio__label {
  padding-left: 0;
  padding-right: 0.5em;
}
body.desktop .q-radio:not(.disabled) .q-radio__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before {
  transform: scale3d(1, 1, 1);
}
body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before {
  transform: scale3d(1.5, 1.5, 1);
}
.q-rating {
  color: #ffeb3b;
  vertical-align: middle;
}
.q-rating__icon-container {
  height: 1em;
  outline: 0;
}
.q-rating__icon-container + .q-rating__icon-container {
  margin-left: 2px;
}
.q-rating__icon {
  color: currentColor;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  opacity: 0.4;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in, color 0.2s ease-in;
}
.q-rating__icon--hovered {
  transform: scale(1.3);
}
.q-rating__icon--active {
  opacity: 1;
}
.q-rating__icon--exselected {
  opacity: 0.7;
}
.q-rating--no-dimming .q-rating__icon {
  opacity: 1;
}
.q-rating--editable .q-rating__icon-container {
  cursor: pointer;
}
.q-responsive {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.q-responsive__filler {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}
.q-responsive__content {
  border-radius: inherit;
}
.q-responsive__content > * {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
}
.q-scrollarea {
  position: relative;
  contain: strict;
}
.q-scrollarea__bar, .q-scrollarea__thumb {
  opacity: 0.2;
  transition: opacity 0.3s;
  will-change: opacity;
  cursor: grab;
}
.q-scrollarea__bar--v, .q-scrollarea__thumb--v {
  right: 0;
  width: 10px;
}
.q-scrollarea__bar--h, .q-scrollarea__thumb--h {
  bottom: 0;
  height: 10px;
}
.q-scrollarea__bar--invisible, .q-scrollarea__thumb--invisible {
  opacity: 0 !important;
  pointer-events: none;
}
.q-scrollarea__thumb {
  background: #000;
  border-radius: 3px;
}
.q-scrollarea__thumb:hover {
  opacity: 0.3;
}
.q-scrollarea__thumb:active {
  opacity: 0.5;
}
.q-scrollarea__content {
  min-height: 100%;
  min-width: 100%;
}
.q-scrollarea--dark .q-scrollarea__thumb {
  background: #fff;
}
.q-select--without-input .q-field__control {
  cursor: pointer;
}
.q-select--with-input .q-field__control {
  cursor: text;
}
.q-select .q-field__input {
  min-width: 50px !important;
  cursor: text;
}
.q-select .q-field__input--padding {
  padding-left: 4px;
}
.q-select__focus-target, .q-select__autocomplete-input {
  position: absolute;
  outline: 0 !important;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
}
.q-select__dropdown-icon {
  cursor: pointer;
  transition: transform 0.28s;
}
.q-select.q-field--readonly .q-field__control, .q-select.q-field--readonly .q-select__dropdown-icon {
  cursor: default;
}
.q-select__dialog {
  width: 90vw !important;
  max-width: 90vw !important;
  max-height: calc(100vh - 70px) !important;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.q-select__dialog > .scroll {
  position: relative;
  background: inherit;
}
body.mobile:not(.native-mobile) .q-select__dialog {
  max-height: calc(100vh - 108px) !important;
}
body.platform-android.native-mobile .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 24px) !important;
}
body.platform-android:not(.native-mobile) .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 80px) !important;
}
body.platform-ios.native-mobile .q-dialog__inner--top > div {
  border-radius: 4px;
}
body.platform-ios.native-mobile .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 47vh !important;
}
body.platform-ios:not(.native-mobile) .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 50vh !important;
}
.q-separator {
  border: 0;
  background: rgba(0, 0, 0, 0.12);
  margin: 0;
  transition: background 0.3s, opacity 0.3s;
  flex-shrink: 0;
}
.q-separator--dark {
  background: rgba(255, 255, 255, 0.28);
}
.q-separator--horizontal {
  display: block;
  height: 1px;
}
.q-separator--horizontal-inset {
  margin-left: 16px;
  margin-right: 16px;
}
.q-separator--horizontal-item-inset {
  margin-left: 72px;
  margin-right: 0;
}
.q-separator--horizontal-item-thumbnail-inset {
  margin-left: 116px;
  margin-right: 0;
}
.q-separator--vertical {
  width: 1px;
  height: auto;
  align-self: stretch;
}
.q-separator--vertical-inset {
  margin-top: 8px;
  margin-bottom: 8px;
}
.q-skeleton {
  --q-skeleton-speed: 1500ms;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-sizing: border-box;
}
.q-skeleton--anim {
  cursor: wait;
}
.q-skeleton:before {
  content: " ";
}
.q-skeleton--type-text {
  transform: scale(1, 0.5);
}
.q-skeleton--type-circle, .q-skeleton--type-QAvatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.q-skeleton--type-QBtn {
  width: 90px;
  height: 36px;
}
.q-skeleton--type-QBadge {
  width: 70px;
  height: 16px;
}
.q-skeleton--type-QChip {
  width: 90px;
  height: 28px;
  border-radius: 16px;
}
.q-skeleton--type-QToolbar {
  height: 50px;
}
.q-skeleton--type-QCheckbox, .q-skeleton--type-QRadio {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.q-skeleton--type-QToggle {
  width: 56px;
  height: 40px;
  border-radius: 7px;
}
.q-skeleton--type-QSlider, .q-skeleton--type-QRange {
  height: 40px;
}
.q-skeleton--type-QInput {
  height: 56px;
}
.q-skeleton--bordered {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.q-skeleton--square {
  border-radius: 0;
}
.q-skeleton--anim-fade {
  animation: q-skeleton--fade var(--q-skeleton-speed) linear 0.5s infinite;
}
.q-skeleton--anim-pulse {
  animation: q-skeleton--pulse var(--q-skeleton-speed) ease-in-out 0.5s infinite;
}
.q-skeleton--anim-pulse-x {
  animation: q-skeleton--pulse-x var(--q-skeleton-speed) ease-in-out 0.5s infinite;
}
.q-skeleton--anim-pulse-y {
  animation: q-skeleton--pulse-y var(--q-skeleton-speed) ease-in-out 0.5s infinite;
}
.q-skeleton--anim-wave, .q-skeleton--anim-blink, .q-skeleton--anim-pop {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.q-skeleton--anim-wave:after, .q-skeleton--anim-blink:after, .q-skeleton--anim-pop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.q-skeleton--anim-blink:after {
  background: rgba(255, 255, 255, 0.7);
  animation: q-skeleton--fade var(--q-skeleton-speed) linear 0.5s infinite;
}
.q-skeleton--anim-wave:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: q-skeleton--wave var(--q-skeleton-speed) linear 0.5s infinite;
}
.q-skeleton--dark {
  background: rgba(255, 255, 255, 0.05);
}
.q-skeleton--dark.q-skeleton--bordered {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.q-skeleton--dark.q-skeleton--anim-wave:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
.q-skeleton--dark.q-skeleton--anim-blink:after {
  background: rgba(255, 255, 255, 0.2);
}
@keyframes q-skeleton--fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes q-skeleton--pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes q-skeleton--pulse-x {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.75);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes q-skeleton--pulse-y {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.75);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes q-skeleton--wave {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.q-slide-item {
  position: relative;
  background: white;
}
.q-slide-item__left, .q-slide-item__right, .q-slide-item__top, .q-slide-item__bottom {
  visibility: hidden;
  font-size: 14px;
  color: #fff;
}
.q-slide-item__left .q-icon, .q-slide-item__right .q-icon, .q-slide-item__top .q-icon, .q-slide-item__bottom .q-icon {
  font-size: 1.714em;
}
.q-slide-item__left {
  background: #11a688;
  padding: 8px 16px;
}
.q-slide-item__left > div {
  transform-origin: left center;
}
.q-slide-item__right {
  background: #f47920;
  padding: 8px 16px;
}
.q-slide-item__right > div {
  transform-origin: right center;
}
.q-slide-item__top {
  background: #005482;
  padding: 16px 8px;
}
.q-slide-item__top > div {
  transform-origin: top center;
}
.q-slide-item__bottom {
  background: #9c27b0;
  padding: 16px 8px;
}
.q-slide-item__bottom > div {
  transform-origin: bottom center;
}
.q-slide-item__content {
  background: inherit;
  transition: transform 0.2s ease-in;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.q-slider {
  position: relative;
}
.q-slider--h {
  width: 100%;
}
.q-slider--v {
  height: 200px;
}
.q-slider--editable .q-slider__track-container {
  cursor: grab;
}
.q-slider__track-container {
  outline: 0;
}
.q-slider__track-container--h {
  width: 100%;
  padding: 12px 0;
}
.q-slider__track-container--h .q-slider__selection {
  will-change: width, left;
}
.q-slider__track-container--v {
  height: 100%;
  padding: 0 12px;
}
.q-slider__track-container--v .q-slider__selection {
  will-change: height, top;
}
.q-slider__track {
  color: var(--q-primary);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: inherit;
  height: inherit;
}
.q-slider__inner {
  background: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.q-slider__selection {
  background: currentColor;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.q-slider__markers {
  color: rgba(0, 0, 0, 0.3);
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.q-slider__markers:after {
  content: "";
  position: absolute;
  background: currentColor;
}
.q-slider__markers--h {
  background-image: repeating-linear-gradient(to right, currentColor, currentColor 2px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
}
.q-slider__markers--h:after {
  height: 100%;
  width: 2px;
  top: 0;
  right: 0;
}
.q-slider__markers--v {
  background-image: repeating-linear-gradient(to bottom, currentColor, currentColor 2px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
}
.q-slider__markers--v:after {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.q-slider__marker-labels-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 24px;
  min-width: 24px;
}
.q-slider__marker-labels {
  position: absolute;
}
.q-slider__marker-labels--h-standard {
  top: 0;
}
.q-slider__marker-labels--h-switched {
  bottom: 0;
}
.q-slider__marker-labels--h-ltr {
  transform: translateX(-50%) /* rtl:ignore */;
}
.q-slider__marker-labels--h-rtl {
  transform: translateX(50%) /* rtl:ignore */;
}
.q-slider__marker-labels--v-standard {
  left: 4px;
}
.q-slider__marker-labels--v-switched {
  right: 4px;
}
.q-slider__marker-labels--v-ltr {
  transform: translateY(-50%) /* rtl:ignore */;
}
.q-slider__marker-labels--v-rtl {
  transform: translateY(50%) /* rtl:ignore */;
}
.q-slider__thumb {
  z-index: 1;
  outline: 0;
  color: var(--q-primary);
  transition: transform 0.18s ease-out, fill 0.18s ease-out, stroke 0.18s ease-out;
}
.q-slider__thumb.q-slider--focus {
  opacity: 1 !important;
}
.q-slider__thumb--h {
  top: 50%;
  will-change: left;
}
.q-slider__thumb--h-ltr {
  transform: scale(1) translate(-50%, -50%) /* rtl:ignore */;
}
.q-slider__thumb--h-rtl {
  transform: scale(1) translate(50%, -50%) /* rtl:ignore */;
}
.q-slider__thumb--v {
  left: 50% /* rtl:ignore */;
  will-change: top;
}
.q-slider__thumb--v-ltr {
  transform: scale(1) translate(-50%, -50%) /* rtl:ignore */;
}
.q-slider__thumb--v-rtl {
  transform: scale(1) translate(-50%, 50%) /* rtl:ignore */;
}
.q-slider__thumb-shape {
  top: 0;
  left: 0;
  stroke-width: 3.5;
  stroke: currentColor;
  transition: transform 0.28s;
}
.q-slider__thumb-shape path {
  stroke: currentColor;
  fill: currentColor;
}
.q-slider__focus-ring {
  border-radius: 50%;
  opacity: 0;
  transition: transform 266.67ms ease-out, opacity 266.67ms ease-out, background-color 266.67ms ease-out;
  transition-delay: 0.14s;
}
.q-slider__pin {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.28s ease-out;
  transition-delay: 0.14s;
}
.q-slider__pin:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.q-slider__pin--h:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.q-slider__pin--h-standard {
  bottom: 100%;
}
.q-slider__pin--h-standard:before {
  bottom: 2px;
  border-top: 6px solid currentColor;
}
.q-slider__pin--h-switched {
  top: 100%;
}
.q-slider__pin--h-switched:before {
  top: 2px;
  border-bottom: 6px solid currentColor;
}
.q-slider__pin--v {
  top: 0;
}
.q-slider__pin--v:before {
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.q-slider__pin--v-standard {
  left: 100%;
}
.q-slider__pin--v-standard:before {
  left: 2px;
  border-right: 6px solid currentColor;
}
.q-slider__pin--v-switched {
  right: 100%;
}
.q-slider__pin--v-switched:before {
  right: 2px;
  border-left: 6px solid currentColor;
}
.q-slider__label {
  z-index: 1;
  white-space: nowrap;
  position: absolute;
}
.q-slider__label--h {
  left: 50%;
  transform: translateX(-50%);
}
.q-slider__label--h-standard {
  bottom: 7px;
}
.q-slider__label--h-switched {
  top: 7px;
}
.q-slider__label--v {
  top: 50%;
  transform: translateY(-50%);
}
.q-slider__label--v-standard {
  left: 7px;
}
.q-slider__label--v-switched {
  right: 7px;
}
.q-slider__text-container {
  min-height: 25px;
  padding: 2px 8px;
  border-radius: 4px;
  background: currentColor;
  position: relative;
  text-align: center;
}
.q-slider__text {
  color: #fff;
  font-size: 12px;
}
.q-slider--no-value .q-slider__thumb,
.q-slider--no-value .q-slider__inner,
.q-slider--no-value .q-slider__selection {
  opacity: 0;
}
.q-slider--focus .q-slider__focus-ring, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__focus-ring {
  background: currentColor;
  transform: scale3d(1.55, 1.55, 1);
  opacity: 0.25;
}
.q-slider--focus .q-slider__thumb,
.q-slider--focus .q-slider__inner,
.q-slider--focus .q-slider__selection, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__thumb,
body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__inner,
body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__selection {
  opacity: 1;
}
.q-slider--inactive .q-slider__thumb--h {
  transition: left 0.28s, right 0.28s;
}
.q-slider--inactive .q-slider__thumb--v {
  transition: top 0.28s, bottom 0.28s;
}
.q-slider--inactive .q-slider__selection {
  transition: width 0.28s, left 0.28s, right 0.28s, height 0.28s, top 0.28s, bottom 0.28s;
}
.q-slider--inactive .q-slider__text-container {
  transition: transform 0.28s;
}
.q-slider--active {
  cursor: grabbing;
}
.q-slider--active .q-slider__thumb-shape {
  transform: scale(1.5);
}
.q-slider--active .q-slider__focus-ring, .q-slider--active.q-slider--label .q-slider__thumb-shape {
  transform: scale(0) !important;
}
body.desktop .q-slider.q-slider--enabled .q-slider__track-container:hover .q-slider__pin {
  opacity: 1;
}
.q-slider--label.q-slider--active .q-slider__pin,
.q-slider--label .q-slider--focus .q-slider__pin, .q-slider--label.q-slider--label-always .q-slider__pin {
  opacity: 1;
}
.q-slider--dark .q-slider__track {
  background: rgba(255, 255, 255, 0.1);
}
.q-slider--dark .q-slider__inner {
  background: rgba(255, 255, 255, 0.1);
}
.q-slider--dark .q-slider__markers {
  color: rgba(255, 255, 255, 0.3);
}
.q-slider--dense .q-slider__track-container--h {
  padding: 6px 0;
}
.q-slider--dense .q-slider__track-container--v {
  padding: 0 6px;
}
.q-space {
  flex-grow: 1 !important;
}
.q-spinner {
  vertical-align: middle;
}
.q-spinner-mat {
  animation: q-spin 2s linear infinite;
  transform-origin: center center;
}
.q-spinner-mat .path {
  stroke-dasharray: 1, 200 /* rtl:ignore */;
  stroke-dashoffset: 0 /* rtl:ignore */;
  animation: q-mat-dash 1.5s ease-in-out infinite;
}
@keyframes q-spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
  }
  100% {
    transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
  }
}
@keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.q-splitter__panel {
  position: relative;
  z-index: 0;
}
.q-splitter__panel > .q-splitter {
  width: 100%;
  height: 100%;
}
.q-splitter__separator {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
.q-splitter__separator-area > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.q-splitter--dark .q-splitter__separator {
  background-color: rgba(255, 255, 255, 0.28);
}
.q-splitter--vertical > .q-splitter__panel {
  height: 100%;
}
.q-splitter--vertical.q-splitter--active {
  cursor: col-resize;
}
.q-splitter--vertical > .q-splitter__separator {
  width: 1px;
}
.q-splitter--vertical > .q-splitter__separator > div {
  left: -6px;
  right: -6px;
}
.q-splitter--vertical.q-splitter--workable > .q-splitter__separator {
  cursor: col-resize;
}
.q-splitter--horizontal > .q-splitter__panel {
  width: 100%;
}
.q-splitter--horizontal.q-splitter--active {
  cursor: row-resize;
}
.q-splitter--horizontal > .q-splitter__separator {
  height: 1px;
}
.q-splitter--horizontal > .q-splitter__separator > div {
  top: -6px;
  bottom: -6px;
}
.q-splitter--horizontal.q-splitter--workable > .q-splitter__separator {
  cursor: row-resize;
}
.q-splitter__before, .q-splitter__after {
  overflow: auto;
}
.q-stepper {
  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);
  border-radius: 4px;
  background: #fff;
}
.q-stepper__title {
  font-size: 14px;
  line-height: 1.285714;
  letter-spacing: 0.1px;
}
.q-stepper__caption {
  font-size: 12px;
  line-height: 1.16667;
}
.q-stepper__dot {
  contain: layout;
  margin-right: 8px;
  font-size: 14px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: currentColor;
}
.q-stepper__dot span {
  color: #fff;
}
.q-stepper__tab {
  padding: 8px 24px;
  font-size: 14px;
  color: #848489;
  flex-direction: row;
}
.q-stepper--dark {
  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);
}
.q-stepper--dark .q-stepper__dot span {
  color: #000;
}
.q-stepper__tab--navigation {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.q-stepper__tab--active, .q-stepper__tab--done {
  color: var(--q-primary);
}
.q-stepper__tab--active .q-stepper__dot, .q-stepper__tab--active .q-stepper__label, .q-stepper__tab--done .q-stepper__dot, .q-stepper__tab--done .q-stepper__label {
  text-shadow: 0 0 0 currentColor;
}
.q-stepper__tab--disabled .q-stepper__dot {
  background: rgba(0, 0, 0, 0.22);
}
.q-stepper__tab--disabled .q-stepper__label {
  color: rgba(0, 0, 0, 0.32);
}
.q-stepper__tab--error {
  color: var(--q-negative);
}
.q-stepper__tab--error-with-icon .q-stepper__dot {
  background: transparent !important;
}
.q-stepper__tab--error-with-icon .q-stepper__dot span {
  color: currentColor;
  font-size: 24px;
}
.q-stepper__header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-stepper__header--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-stepper__header--standard-labels .q-stepper__tab {
  min-height: 72px;
  justify-content: center;
}
.q-stepper__header--standard-labels .q-stepper__tab:first-child {
  justify-content: flex-start;
}
.q-stepper__header--standard-labels .q-stepper__tab:last-child {
  justify-content: flex-end;
}
.q-stepper__header--standard-labels .q-stepper__tab:only-child {
  justify-content: center;
}
.q-stepper__header--standard-labels .q-stepper__dot:after {
  display: none;
}
.q-stepper__header--alternative-labels .q-stepper__tab {
  min-height: 104px;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: flex-start;
}
.q-stepper__header--alternative-labels .q-stepper__dot {
  margin-right: 0;
}
.q-stepper__header--alternative-labels .q-stepper__label {
  margin-top: 8px;
  text-align: center;
}
.q-stepper__header--alternative-labels .q-stepper__label:before, .q-stepper__header--alternative-labels .q-stepper__label:after {
  display: none;
}
.q-stepper__header--contracted {
  min-height: 72px;
}
.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab {
  min-height: 72px;
}
.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:first-child {
  align-items: flex-start;
}
.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:last-child {
  align-items: flex-end;
}
.q-stepper__header--contracted .q-stepper__tab {
  padding: 24px 0;
}
.q-stepper__header--contracted .q-stepper__tab:first-child .q-stepper__dot {
  transform: translateX(24px);
}
.q-stepper__header--contracted .q-stepper__tab:last-child .q-stepper__dot {
  transform: translateX(-24px);
}
.q-stepper__header--contracted .q-stepper__tab:not(:last-child) .q-stepper__dot:after {
  display: block !important;
}
.q-stepper__header--contracted .q-stepper__dot {
  margin: 0;
}
.q-stepper__header--contracted .q-stepper__label {
  display: none;
}
.q-stepper__nav {
  padding-top: 24px;
}
.q-stepper--flat {
  box-shadow: none;
}
.q-stepper--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-stepper--horizontal .q-stepper__step-inner {
  padding: 24px;
}
.q-stepper--horizontal .q-stepper__tab:first-child {
  border-top-left-radius: inherit;
}
.q-stepper--horizontal .q-stepper__tab:last-child {
  border-top-right-radius: inherit;
}
.q-stepper--horizontal .q-stepper__tab:first-child .q-stepper__dot:before,
.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__label:after,
.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__dot:after {
  display: none;
}
.q-stepper--horizontal .q-stepper__tab {
  overflow: hidden;
}
.q-stepper--horizontal .q-stepper__line {
  contain: layout;
}
.q-stepper--horizontal .q-stepper__line:before, .q-stepper--horizontal .q-stepper__line:after {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100vw;
  background: rgba(0, 0, 0, 0.12);
}
.q-stepper--horizontal .q-stepper__label:after, .q-stepper--horizontal .q-stepper__dot:after {
  content: "";
  left: 100%;
  margin-left: 8px;
}
.q-stepper--horizontal .q-stepper__dot:before {
  content: "";
  right: 100%;
  margin-right: 8px;
}
.q-stepper--horizontal > .q-stepper__nav {
  padding: 0 24px 24px;
}
.q-stepper--vertical {
  padding: 16px 0;
}
.q-stepper--vertical .q-stepper__tab {
  padding: 12px 24px;
}
.q-stepper--vertical .q-stepper__title {
  line-height: 18px;
}
.q-stepper--vertical .q-stepper__step-inner {
  padding: 0 24px 32px 60px;
}
.q-stepper--vertical > .q-stepper__nav {
  padding: 24px 24px 0;
}
.q-stepper--vertical .q-stepper__step {
  overflow: hidden;
}
.q-stepper--vertical .q-stepper__dot {
  margin-right: 12px;
}
.q-stepper--vertical .q-stepper__dot:before, .q-stepper--vertical .q-stepper__dot:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 99999px;
  background: rgba(0, 0, 0, 0.12);
}
.q-stepper--vertical .q-stepper__dot:before {
  bottom: 100%;
  margin-bottom: 8px;
}
.q-stepper--vertical .q-stepper__dot:after {
  top: 100%;
  margin-top: 8px;
}
.q-stepper--vertical .q-stepper__step:first-child .q-stepper__dot:before,
.q-stepper--vertical .q-stepper__step:last-child .q-stepper__dot:after {
  display: none;
}
.q-stepper--vertical .q-stepper__step:last-child .q-stepper__step-inner {
  padding-bottom: 8px;
}
.q-stepper--dark.q-stepper--bordered,
.q-stepper--dark .q-stepper__header--border {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark.q-stepper--horizontal .q-stepper__line:before, .q-stepper--dark.q-stepper--horizontal .q-stepper__line:after {
  background: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark.q-stepper--vertical .q-stepper__dot:before, .q-stepper--dark.q-stepper--vertical .q-stepper__dot:after {
  background: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark .q-stepper__tab--disabled {
  color: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark .q-stepper__tab--disabled .q-stepper__dot {
  background: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark .q-stepper__tab--disabled .q-stepper__label {
  color: rgba(255, 255, 255, 0.54);
}
.q-tab-panels {
  background: #fff;
}
.q-tab-panel {
  padding: 16px;
}
.q-markup-table {
  overflow: auto;
  background: #fff;
}
.q-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.q-table thead tr, .q-table tbody td {
  height: 48px;
}
.q-table th {
  font-weight: 500;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
}
.q-table th.sortable {
  cursor: pointer;
}
.q-table th.sortable:hover .q-table__sort-icon {
  opacity: 0.64;
}
.q-table th.sorted .q-table__sort-icon {
  opacity: 0.86 !important;
}
.q-table th.sort-desc .q-table__sort-icon {
  transform: rotate(180deg);
}
.q-table th, .q-table td {
  padding: 7px 16px;
  background-color: inherit;
}
.q-table thead, .q-table td, .q-table th {
  border-style: solid;
  border-width: 0;
}
.q-table tbody td {
  font-size: 13px;
}
.q-table__card {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  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);
}
.q-table__card .q-table__middle {
  flex: 1 1 auto;
}
.q-table__card .q-table__top,
.q-table__card .q-table__bottom {
  flex: 0 0 auto;
}
.q-table__container {
  position: relative;
}
.q-table__container > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-table__container > div:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-table__container > .q-inner-loading {
  border-radius: inherit !important;
}
.q-table__top {
  padding: 12px 16px;
}
.q-table__top .q-table__control {
  flex-wrap: wrap;
}
.q-table__title {
  font-size: 20px;
  letter-spacing: 0.005em;
  font-weight: 400;
}
.q-table__separator {
  min-width: 8px !important;
}
.q-table__progress {
  height: 0 !important;
}
.q-table__progress th {
  padding: 0 !important;
  border: 0 !important;
}
.q-table__progress .q-linear-progress {
  position: absolute;
  bottom: 0;
}
.q-table__middle {
  max-width: 100%;
}
.q-table__bottom {
  min-height: 50px;
  padding: 4px 14px 4px 16px;
  font-size: 12px;
}
.q-table__bottom .q-table__control {
  min-height: 24px;
}
.q-table__bottom-nodata-icon {
  font-size: 200%;
  margin-right: 8px;
}
.q-table__bottom-item {
  margin-right: 16px;
}
.q-table__control {
  display: flex;
  align-items: center;
}
.q-table__sort-icon {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  opacity: 0;
  font-size: 120%;
}
.q-table__sort-icon--left, .q-table__sort-icon--center {
  margin-left: 4px;
}
.q-table__sort-icon--right {
  margin-right: 4px;
}
.q-table--col-auto-width {
  width: 1px;
}
.q-table__card--dark,
.q-table--dark {
  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);
}
.q-table--flat {
  box-shadow: none;
}
.q-table--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-table--square {
  border-radius: 0;
}
.q-table__linear-progress {
  height: 2px;
}
.q-table--no-wrap th, .q-table--no-wrap td {
  white-space: nowrap;
}
.q-table--grid {
  box-shadow: none;
  border-radius: 4px;
}
.q-table--grid .q-table__top {
  padding-bottom: 4px;
}
.q-table--grid .q-table__middle {
  min-height: 2px;
  margin-bottom: 4px;
}
.q-table--grid .q-table__middle thead, .q-table--grid .q-table__middle thead th {
  border: 0 !important;
}
.q-table--grid .q-table__linear-progress {
  bottom: 0;
}
.q-table--grid .q-table__bottom {
  border-top: 0;
}
.q-table--grid .q-table__grid-content {
  flex: 1 1 auto;
}
.q-table--grid.fullscreen {
  background: inherit;
}
.q-table__grid-item-card {
  vertical-align: top;
  padding: 12px;
}
.q-table__grid-item-card .q-separator {
  margin: 12px 0;
}
.q-table__grid-item-row + .q-table__grid-item-row {
  margin-top: 8px;
}
.q-table__grid-item-title {
  opacity: 0.54;
  font-weight: 500;
  font-size: 12px;
}
.q-table__grid-item-value {
  font-size: 13px;
}
.q-table__grid-item {
  padding: 4px;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-table__grid-item--selected {
  transform: scale(0.95);
}
.q-table--horizontal-separator thead th, .q-table--horizontal-separator tbody tr:not(:last-child) > td, .q-table--cell-separator thead th, .q-table--cell-separator tbody tr:not(:last-child) > td {
  border-bottom-width: 1px;
}
.q-table--vertical-separator td, .q-table--vertical-separator th, .q-table--cell-separator td, .q-table--cell-separator th {
  border-left-width: 1px;
}
.q-table--vertical-separator thead tr:last-child th, .q-table--vertical-separator.q-table--loading tr:nth-last-child(2) th, .q-table--cell-separator thead tr:last-child th, .q-table--cell-separator.q-table--loading tr:nth-last-child(2) th {
  border-bottom-width: 1px;
}
.q-table--vertical-separator td:first-child, .q-table--vertical-separator th:first-child, .q-table--cell-separator td:first-child, .q-table--cell-separator th:first-child {
  border-left: 0;
}
.q-table--vertical-separator .q-table__top, .q-table--cell-separator .q-table__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-table--dense .q-table__top {
  padding: 6px 16px;
}
.q-table--dense .q-table__bottom {
  min-height: 33px;
}
.q-table--dense .q-table__sort-icon {
  font-size: 110%;
}
.q-table--dense .q-table th, .q-table--dense .q-table td {
  padding: 4px 8px;
}
.q-table--dense .q-table thead tr, .q-table--dense .q-table tbody tr, .q-table--dense .q-table tbody td {
  height: 28px;
}
.q-table--dense .q-table th:first-child, .q-table--dense .q-table td:first-child {
  padding-left: 16px;
}
.q-table--dense .q-table th:last-child, .q-table--dense .q-table td:last-child {
  padding-right: 16px;
}
.q-table--dense .q-table__bottom-item {
  margin-right: 8px;
}
.q-table--dense .q-table__select .q-field__control, .q-table--dense .q-table__select .q-field__native {
  min-height: 24px;
  padding: 0;
}
.q-table--dense .q-table__select .q-field__marginal {
  height: 24px;
}
.q-table__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-table thead, .q-table tr, .q-table th, .q-table td {
  border-color: rgba(0, 0, 0, 0.12);
}
.q-table tbody td {
  position: relative;
}
.q-table tbody td:before, .q-table tbody td:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.q-table tbody td:before {
  background: rgba(0, 0, 0, 0.03);
}
.q-table tbody td:after {
  background: rgba(0, 0, 0, 0.06);
}
.q-table tbody tr.selected td:after {
  content: "";
}
body.desktop .q-table > tbody > tr:not(.q-tr--no-hover):hover > td:not(.q-td--no-hover):before {
  content: "";
}
.q-table__card--dark,
.q-table--dark {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-table--dark .q-table__bottom, .q-table--dark thead, .q-table--dark tr, .q-table--dark th, .q-table--dark td {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-table--dark tbody td:before {
  background: rgba(255, 255, 255, 0.07);
}
.q-table--dark tbody td:after {
  background: rgba(255, 255, 255, 0.1);
}
.q-table--dark.q-table--vertical-separator .q-table__top, .q-table--dark.q-table--cell-separator .q-table__top {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-tab {
  padding: 0 16px;
  min-height: 48px;
  transition: color 0.3s, background-color 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.q-tab--full {
  min-height: 72px;
}
.q-tab--no-caps {
  text-transform: none;
}
.q-tab__content {
  height: inherit;
  padding: 4px 0;
  min-width: 40px;
}
.q-tab__content--inline .q-tab__icon + .q-tab__label {
  padding-left: 8px;
}
.q-tab__content .q-chip--floating {
  top: 0;
  right: -16px;
}
.q-tab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.q-tab__label {
  font-size: 14px;
  line-height: 1.715em;
  font-weight: 500;
}
.q-tab .q-badge {
  top: 3px;
  right: -12px;
}
.q-tab__alert, .q-tab__alert-icon {
  position: absolute;
}
.q-tab__alert {
  top: 7px;
  right: -9px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: currentColor;
}
.q-tab__alert-icon {
  top: 2px;
  right: -12px;
  font-size: 18px;
}
.q-tab__indicator {
  opacity: 0;
  height: 2px;
  background: currentColor;
}
.q-tab--active .q-tab__indicator {
  opacity: 1;
  transform-origin: left /* rtl:ignore */;
}
.q-tab--inactive {
  opacity: 0.85;
}
.q-tabs {
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--horizontal {
  padding-left: 36px;
  padding-right: 36px;
}
.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--vertical {
  padding-top: 36px;
  padding-bottom: 36px;
}
.q-tabs--scrollable.q-tabs__arrows--outside .q-tabs__arrow--faded {
  opacity: 0.3;
  pointer-events: none;
}
.q-tabs--scrollable.q-tabs__arrows--inside .q-tabs__arrow--faded {
  display: none;
}
.q-tabs--not-scrollable.q-tabs__arrows--outside, body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows.q-tabs__arrows--outside {
  padding-left: 0;
  padding-right: 0;
}
.q-tabs--not-scrollable .q-tabs__arrow, body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows .q-tabs__arrow {
  display: none;
}
.q-tabs--not-scrollable .q-tabs__content, body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows .q-tabs__content {
  border-radius: inherit;
}
.q-tabs__arrow {
  cursor: pointer;
  font-size: 32px;
  min-width: 36px;
  text-shadow: 0 0 3px #fff, 0 0 1px #fff, 0 0 1px #000;
  transition: opacity 0.3s;
}
.q-tabs__content {
  overflow: hidden;
  flex: 1 1 auto;
}
.q-tabs__content--align-center {
  justify-content: center;
}
.q-tabs__content--align-right {
  justify-content: flex-end;
}
.q-tabs__content--align-justify .q-tab {
  flex: 1 1 auto;
}
.q-tabs__offset {
  display: none;
}
.q-tabs--horizontal .q-tabs__arrow {
  height: 100%;
}
.q-tabs--horizontal .q-tabs__arrow--left {
  top: 0;
  left: 0 /* rtl:ignore */;
  bottom: 0;
}
.q-tabs--horizontal .q-tabs__arrow--right {
  top: 0;
  right: 0 /* rtl:ignore */;
  bottom: 0;
}
.q-tabs--vertical {
  display: block !important;
  height: 100%;
}
.q-tabs--vertical .q-tabs__content {
  display: block !important;
  height: 100%;
}
.q-tabs--vertical .q-tabs__arrow {
  width: 100%;
  height: 36px;
  text-align: center;
}
.q-tabs--vertical .q-tabs__arrow--left {
  top: 0;
  left: 0;
  right: 0;
}
.q-tabs--vertical .q-tabs__arrow--right {
  left: 0;
  right: 0;
  bottom: 0;
}
.q-tabs--vertical .q-tab {
  padding: 0 8px;
}
.q-tabs--vertical .q-tab__indicator {
  height: unset;
  width: 2px;
}
.q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content {
  height: 100%;
}
.q-tabs--vertical.q-tabs--dense .q-tab__content {
  min-width: 24px;
}
.q-tabs--dense .q-tab {
  min-height: 36px;
}
.q-tabs--dense .q-tab--full {
  min-height: 52px;
}
.q-time {
  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);
  border-radius: 4px;
  background: #fff;
  outline: 0;
  width: 290px;
  min-width: 290px;
  max-width: 100%;
}
.q-time--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-time__header {
  border-top-left-radius: inherit;
  color: #fff;
  background-color: var(--q-primary);
  padding: 16px;
  font-weight: 300;
}
.q-time__actions {
  padding: 0 16px 16px;
}
.q-time__header-label {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.00833em;
}
.q-time__header-label > div + div {
  margin-left: 4px;
}
.q-time__link {
  opacity: 0.56;
  outline: 0;
  transition: opacity 0.3s ease-out;
}
.q-time__link--active, .q-time__link:hover, .q-time__link:focus {
  opacity: 1;
}
.q-time__header-ampm {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.q-time__content {
  padding: 16px;
}
.q-time__content:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.q-time__container-parent {
  padding: 16px;
}
.q-time__container-child {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
}
.q-time__clock {
  padding: 24px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
}
.q-time__clock-circle {
  position: relative;
}
.q-time__clock-center {
  height: 6px;
  width: 6px;
  margin: auto;
  border-radius: 50%;
  min-height: 0;
  background: currentColor;
}
.q-time__clock-pointer {
  width: 2px;
  height: 50%;
  transform-origin: 0 0 /* rtl:ignore */;
  min-height: 0;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  color: var(--q-primary);
  background: currentColor;
  transform: translateX(-50%);
}
.q-time__clock-pointer:before, .q-time__clock-pointer:after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}
.q-time__clock-pointer:before {
  bottom: -4px;
  width: 8px;
  height: 8px;
}
.q-time__clock-pointer:after {
  top: -3px;
  height: 6px;
  width: 6px;
}
.q-time__clock-position {
  position: absolute;
  min-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%) /* rtl:ignore */;
  border-radius: 50%;
}
.q-time__clock-position--disable {
  opacity: 0.4;
}
.q-time__clock-position--active {
  background-color: var(--q-primary);
  color: #fff;
}
.q-time__clock-pos-0 {
  top: 0%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-1 {
  top: 6.7%;
  left: 75% /* rtl:ignore */;
}
.q-time__clock-pos-2 {
  top: 25%;
  left: 93.3% /* rtl:ignore */;
}
.q-time__clock-pos-3 {
  top: 50%;
  left: 100% /* rtl:ignore */;
}
.q-time__clock-pos-4 {
  top: 75%;
  left: 93.3% /* rtl:ignore */;
}
.q-time__clock-pos-5 {
  top: 93.3%;
  left: 75% /* rtl:ignore */;
}
.q-time__clock-pos-6 {
  top: 100%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-7 {
  top: 93.3%;
  left: 25% /* rtl:ignore */;
}
.q-time__clock-pos-8 {
  top: 75%;
  left: 6.7% /* rtl:ignore */;
}
.q-time__clock-pos-9 {
  top: 50%;
  left: 0% /* rtl:ignore */;
}
.q-time__clock-pos-10 {
  top: 25%;
  left: 6.7% /* rtl:ignore */;
}
.q-time__clock-pos-11 {
  top: 6.7%;
  left: 25% /* rtl:ignore */;
}
.q-time__clock-pos-12 {
  top: 15%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-13 {
  top: 19.69%;
  left: 67.5% /* rtl:ignore */;
}
.q-time__clock-pos-14 {
  top: 32.5%;
  left: 80.31% /* rtl:ignore */;
}
.q-time__clock-pos-15 {
  top: 50%;
  left: 85% /* rtl:ignore */;
}
.q-time__clock-pos-16 {
  top: 67.5%;
  left: 80.31% /* rtl:ignore */;
}
.q-time__clock-pos-17 {
  top: 80.31%;
  left: 67.5% /* rtl:ignore */;
}
.q-time__clock-pos-18 {
  top: 85%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-19 {
  top: 80.31%;
  left: 32.5% /* rtl:ignore */;
}
.q-time__clock-pos-20 {
  top: 67.5%;
  left: 19.69% /* rtl:ignore */;
}
.q-time__clock-pos-21 {
  top: 50%;
  left: 15% /* rtl:ignore */;
}
.q-time__clock-pos-22 {
  top: 32.5%;
  left: 19.69% /* rtl:ignore */;
}
.q-time__clock-pos-23 {
  top: 19.69%;
  left: 32.5% /* rtl:ignore */;
}
.q-time__now-button {
  background-color: var(--q-primary);
  color: #fff;
  top: 12px;
  right: 12px;
}
.q-time.disabled .q-time__header-ampm, .q-time.disabled .q-time__content, .q-time--readonly .q-time__header-ampm, .q-time--readonly .q-time__content {
  pointer-events: none;
}
.q-time--portrait {
  display: inline-flex;
  flex-direction: column;
}
.q-time--portrait .q-time__header {
  border-top-right-radius: inherit;
  min-height: 86px;
}
.q-time--portrait .q-time__header-ampm {
  margin-left: 12px;
}
.q-time--portrait.q-time--bordered .q-time__content {
  margin: 1px 0;
}
.q-time--landscape {
  display: inline-flex;
  align-items: stretch;
  min-width: 420px;
}
.q-time--landscape > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.q-time--landscape .q-time__header {
  border-bottom-left-radius: inherit;
  min-width: 156px;
}
.q-time--landscape .q-time__header-ampm {
  margin-top: 12px;
}
.q-time--dark {
  border-color: rgba(255, 255, 255, 0.28);
  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);
}
.q-timeline {
  padding: 0;
  width: 100%;
  list-style: none;
}
.q-timeline h6 {
  line-height: inherit;
}
.q-timeline--dark {
  color: #fff;
}
.q-timeline--dark .q-timeline__subtitle {
  opacity: 0.7;
}
.q-timeline__content {
  padding-bottom: 24px;
}
.q-timeline__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.q-timeline__subtitle {
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.q-timeline__dot {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
}
.q-timeline__dot:before, .q-timeline__dot:after {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
}
.q-timeline__dot:before {
  border: 3px solid transparent;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 4px;
  left: 0;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.q-timeline__dot:after {
  width: 3px;
  opacity: 0.4;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.q-timeline__dot .q-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  width: 100%;
  color: #fff;
}
.q-timeline__dot .q-icon > svg,
.q-timeline__dot .q-icon > img {
  width: 1em;
  height: 1em;
}
.q-timeline__dot-img {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 31px;
  width: 31px;
  background: currentColor;
  border-radius: 50%;
}
.q-timeline__heading {
  position: relative;
}
.q-timeline__heading:first-child .q-timeline__heading-title {
  padding-top: 0;
}
.q-timeline__heading:last-child .q-timeline__heading-title {
  padding-bottom: 0;
}
.q-timeline__heading-title {
  padding: 32px 0;
  margin: 0;
}
.q-timeline__entry {
  position: relative;
  line-height: 22px;
}
.q-timeline__entry:last-child {
  padding-bottom: 0 !important;
}
.q-timeline__entry:last-child .q-timeline__dot:after {
  content: none;
}
.q-timeline__entry--icon .q-timeline__dot {
  width: 31px;
}
.q-timeline__entry--icon .q-timeline__dot:before {
  height: 31px;
  width: 31px;
}
.q-timeline__entry--icon .q-timeline__dot:after {
  top: 41px;
  left: 14px;
}
.q-timeline__entry--icon .q-timeline__subtitle {
  padding-top: 8px;
}
.q-timeline--dense--right .q-timeline__entry {
  padding-left: 40px;
}
.q-timeline--dense--right .q-timeline__entry--icon .q-timeline__dot {
  left: -8px;
}
.q-timeline--dense--right .q-timeline__dot {
  left: 0;
}
.q-timeline--dense--left .q-timeline__heading {
  text-align: right;
}
.q-timeline--dense--left .q-timeline__entry {
  padding-right: 40px;
}
.q-timeline--dense--left .q-timeline__entry--icon .q-timeline__dot {
  right: -8px;
}
.q-timeline--dense--left .q-timeline__content, .q-timeline--dense--left .q-timeline__title, .q-timeline--dense--left .q-timeline__subtitle {
  text-align: right;
}
.q-timeline--dense--left .q-timeline__dot {
  right: 0;
}
.q-timeline--comfortable {
  display: table;
}
.q-timeline--comfortable .q-timeline__heading {
  display: table-row;
  font-size: 200%;
}
.q-timeline--comfortable .q-timeline__heading > div {
  display: table-cell;
}
.q-timeline--comfortable .q-timeline__entry {
  display: table-row;
  padding: 0;
}
.q-timeline--comfortable .q-timeline__entry--icon .q-timeline__content {
  padding-top: 8px;
}
.q-timeline--comfortable .q-timeline__subtitle, .q-timeline--comfortable .q-timeline__dot, .q-timeline--comfortable .q-timeline__content {
  display: table-cell;
  vertical-align: top;
}
.q-timeline--comfortable .q-timeline__subtitle {
  width: 35%;
}
.q-timeline--comfortable .q-timeline__dot {
  position: relative;
  min-width: 31px;
}
.q-timeline--comfortable--right .q-timeline__heading .q-timeline__heading-title {
  margin-left: -50px;
}
.q-timeline--comfortable--right .q-timeline__subtitle {
  text-align: right;
  padding-right: 30px;
}
.q-timeline--comfortable--right .q-timeline__content {
  padding-left: 30px;
}
.q-timeline--comfortable--right .q-timeline__entry--icon .q-timeline__dot {
  left: -8px;
}
.q-timeline--comfortable--left .q-timeline__heading {
  text-align: right;
}
.q-timeline--comfortable--left .q-timeline__heading .q-timeline__heading-title {
  margin-right: -50px;
}
.q-timeline--comfortable--left .q-timeline__subtitle {
  padding-left: 30px;
}
.q-timeline--comfortable--left .q-timeline__content {
  padding-right: 30px;
}
.q-timeline--comfortable--left .q-timeline__content, .q-timeline--comfortable--left .q-timeline__title {
  text-align: right;
}
.q-timeline--comfortable--left .q-timeline__entry--icon .q-timeline__dot {
  right: 0;
}
.q-timeline--comfortable--left .q-timeline__dot {
  right: -8px;
}
.q-timeline--loose .q-timeline__heading-title {
  text-align: center;
  margin-left: 0;
}
.q-timeline--loose .q-timeline__entry, .q-timeline--loose .q-timeline__subtitle, .q-timeline--loose .q-timeline__dot, .q-timeline--loose .q-timeline__content {
  display: block;
  margin: 0;
  padding: 0;
}
.q-timeline--loose .q-timeline__dot {
  position: absolute;
  left: 50%;
  margin-left: -7.15px;
}
.q-timeline--loose .q-timeline__entry {
  padding-bottom: 24px;
  overflow: hidden;
}
.q-timeline--loose .q-timeline__entry--icon .q-timeline__dot {
  margin-left: -15px;
}
.q-timeline--loose .q-timeline__entry--icon .q-timeline__subtitle {
  line-height: 38px;
}
.q-timeline--loose .q-timeline__entry--icon .q-timeline__content {
  padding-top: 8px;
}
.q-timeline--loose .q-timeline__entry--left .q-timeline__content, .q-timeline--loose .q-timeline__entry--right .q-timeline__subtitle {
  float: left;
  padding-right: 30px;
  text-align: right;
}
.q-timeline--loose .q-timeline__entry--left .q-timeline__subtitle, .q-timeline--loose .q-timeline__entry--right .q-timeline__content {
  float: right;
  text-align: left;
  padding-left: 30px;
}
.q-timeline--loose .q-timeline__subtitle, .q-timeline--loose .q-timeline__content {
  width: 50%;
}
.q-toggle {
  vertical-align: middle;
}
.q-toggle__native {
  width: 1px;
  height: 1px;
}
.q-toggle__track {
  height: 0.35em;
  border-radius: 0.175em;
  opacity: 0.38;
  background: currentColor;
}
.q-toggle__thumb {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  transition: left 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
          user-select: none;
  z-index: 0;
}
.q-toggle__thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.q-toggle__thumb .q-icon {
  font-size: 0.3em;
  min-width: 1em;
  color: #000;
  opacity: 0.54;
  z-index: 1;
}
.q-toggle__inner {
  font-size: 40px;
  width: 1.4em;
  min-width: 1.4em;
  height: 1em;
  padding: 0.325em 0.3em;
  -webkit-print-color-adjust: exact;
}
.q-toggle__inner--indet .q-toggle__thumb {
  left: 0.45em;
}
.q-toggle__inner--truthy {
  color: var(--q-primary);
}
.q-toggle__inner--truthy .q-toggle__track {
  opacity: 0.54;
}
.q-toggle__inner--truthy .q-toggle__thumb {
  left: 0.65em;
}
.q-toggle__inner--truthy .q-toggle__thumb:after {
  background-color: currentColor;
}
.q-toggle__inner--truthy .q-toggle__thumb .q-icon {
  color: #fff;
  opacity: 1;
}
.q-toggle.disabled {
  opacity: 0.75 !important;
}
.q-toggle--dark .q-toggle__inner {
  color: #fff;
}
.q-toggle--dark .q-toggle__inner--truthy {
  color: var(--q-primary);
}
.q-toggle--dark .q-toggle__thumb:after {
  box-shadow: none;
}
.q-toggle--dark .q-toggle__thumb:before {
  opacity: 0.32 !important;
}
.q-toggle--dense .q-toggle__inner {
  width: 0.8em;
  min-width: 0.8em;
  height: 0.5em;
  padding: 0.07625em 0;
}
.q-toggle--dense .q-toggle__thumb {
  top: 0;
  left: 0;
}
.q-toggle--dense .q-toggle__inner--indet .q-toggle__thumb {
  left: 0.15em;
}
.q-toggle--dense .q-toggle__inner--truthy .q-toggle__thumb {
  left: 0.3em;
}
.q-toggle--dense .q-toggle__label {
  padding-left: 0.5em;
}
.q-toggle--dense.reverse .q-toggle__label {
  padding-left: 0;
  padding-right: 0.5em;
}
body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1);
}
body.desktop .q-toggle:not(.disabled):focus .q-toggle__thumb:before, body.desktop .q-toggle:not(.disabled):hover .q-toggle__thumb:before {
  transform: scale3d(2, 2, 1);
}
body.desktop .q-toggle--dense:not(.disabled):focus .q-toggle__thumb:before, body.desktop .q-toggle--dense:not(.disabled):hover .q-toggle__thumb:before {
  transform: scale3d(1.5, 1.5, 1);
}
.q-toolbar {
  position: relative;
  padding: 0 12px;
  min-height: 50px;
  width: 100%;
}
.q-toolbar--inset {
  padding-left: 58px;
}
.q-toolbar .q-avatar {
  font-size: 38px;
}
.q-toolbar__title {
  flex: 1 1 0%;
  min-width: 1px;
  max-width: 100%;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.01em;
  padding: 0 12px;
}
.q-toolbar__title:first-child {
  padding-left: 0;
}
.q-toolbar__title:last-child {
  padding-right: 0;
}
.q-tooltip--style {
  font-size: 10px;
  color: #fafafa;
  background: #848489;
  border-radius: 4px;
  text-transform: none;
  font-weight: normal;
}
.q-tooltip {
  z-index: 9000;
  position: fixed !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6px 10px;
  max-width: 95vw;
  max-height: 65vh;
}
@media (max-width: 599.98px) {
  .q-tooltip {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.q-tree {
  position: relative;
  color: #848489;
}
.q-tree__node {
  padding: 0 0 3px 22px;
}
.q-tree__node:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  width: 2px;
  right: auto;
  left: -13px;
  border-left: 1px solid currentColor;
}
.q-tree__node:last-child:after {
  display: none;
}
.q-tree__node--disabled {
  pointer-events: none;
}
.q-tree__node--disabled .disabled {
  opacity: 1 !important;
}
.q-tree__node--disabled > div,
.q-tree__node--disabled > i,
.q-tree__node--disabled > .disabled {
  opacity: 0.6 !important;
}
.q-tree__node--disabled > div .q-tree__node--disabled > div,
.q-tree__node--disabled > div .q-tree__node--disabled > i,
.q-tree__node--disabled > div .q-tree__node--disabled > .disabled,
.q-tree__node--disabled > i .q-tree__node--disabled > div,
.q-tree__node--disabled > i .q-tree__node--disabled > i,
.q-tree__node--disabled > i .q-tree__node--disabled > .disabled,
.q-tree__node--disabled > .disabled .q-tree__node--disabled > div,
.q-tree__node--disabled > .disabled .q-tree__node--disabled > i,
.q-tree__node--disabled > .disabled .q-tree__node--disabled > .disabled {
  opacity: 1 !important;
}
.q-tree__node-header:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 50%;
  width: 31px;
  left: -35px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.q-tree__children {
  padding-left: 25px;
}
.q-tree__node-body {
  padding: 5px 0 8px 5px;
}
.q-tree__node--parent {
  padding-left: 2px;
}
.q-tree__node--parent > .q-tree__node-header:before {
  width: 15px;
  left: -15px;
}
.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
  padding: 5px 0 8px 27px;
}
.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  right: auto;
  left: 12px;
  border-left: 1px solid currentColor;
  bottom: 50px;
}
.q-tree__node--link {
  cursor: pointer;
}
.q-tree__node-header {
  padding: 4px;
  margin-top: 3px;
  border-radius: 4px;
  outline: 0;
}
.q-tree__node-header-content {
  color: #000;
  transition: color 0.3s;
}
.q-tree__node--selected .q-tree__node-header-content {
  color: #848489;
}
.q-tree__icon, .q-tree__node-header-content .q-icon {
  font-size: 21px;
}
.q-tree__img {
  height: 42px;
  border-radius: 2px;
}
.q-tree__avatar, .q-tree__node-header-content .q-avatar {
  font-size: 28px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.q-tree__arrow, .q-tree__spinner {
  font-size: 16px;
  margin-right: 4px;
}
.q-tree__arrow {
  transition: transform 0.3s;
}
.q-tree__arrow--rotate {
  transform: rotate3d(0, 0, 1, 90deg);
}
.q-tree__tickbox {
  margin-right: 4px;
}
.q-tree > .q-tree__node {
  padding: 0;
}
.q-tree > .q-tree__node:after, .q-tree > .q-tree__node > .q-tree__node-header:before {
  display: none;
}
.q-tree > .q-tree__node--child > .q-tree__node-header {
  padding-left: 24px;
}
.q-tree--dark .q-tree__node-header-content {
  color: #fff;
}
.q-tree--no-connectors .q-tree__node:after,
.q-tree--no-connectors .q-tree__node-header:before,
.q-tree--no-connectors .q-tree__node-body:after {
  display: none !important;
}
.q-tree--dense > .q-tree__node--child > .q-tree__node-header {
  padding-left: 1px;
}
.q-tree--dense .q-tree__arrow, .q-tree--dense .q-tree__spinner {
  margin-right: 1px;
}
.q-tree--dense .q-tree__img {
  height: 32px;
}
.q-tree--dense .q-tree__tickbox {
  margin-right: 3px;
}
.q-tree--dense .q-tree__node {
  padding: 0;
}
.q-tree--dense .q-tree__node:after {
  top: 0;
  left: -8px;
}
.q-tree--dense .q-tree__node-header {
  margin-top: 0;
  padding: 1px;
}
.q-tree--dense .q-tree__node-header:before {
  top: 0;
  left: -8px;
  width: 8px;
}
.q-tree--dense .q-tree__node--child {
  padding-left: 17px;
}
.q-tree--dense .q-tree__node--child > .q-tree__node-header:before {
  left: -25px;
  width: 21px;
}
.q-tree--dense .q-tree__node-body {
  padding: 0 0 2px;
}
.q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
  padding: 0 0 2px 20px;
}
.q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
  left: 8px;
}
.q-tree--dense .q-tree__children {
  padding-left: 16px;
}
[dir=rtl] .q-tree__arrow {
  transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
}
[dir=rtl] .q-tree__arrow--rotate {
  transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
}
.q-uploader {
  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);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
  width: 320px;
  max-height: 320px;
}
.q-uploader--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-uploader__input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer !important;
  z-index: 1;
}
.q-uploader__input::-webkit-file-upload-button {
  cursor: pointer;
}
.q-uploader__file:before {
  content: "";
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: currentColor;
  opacity: 0.04;
}
.q-uploader__header {
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background-color: var(--q-primary);
  color: #fff;
  width: 100%;
}
.q-uploader__spinner {
  font-size: 24px;
  margin-right: 4px;
}
.q-uploader__header-content {
  padding: 8px;
}
.q-uploader__dnd {
  outline: 1px dashed currentColor;
  outline-offset: -4px;
  background: rgba(255, 255, 255, 0.6);
}
.q-uploader__overlay {
  font-size: 36px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
}
.q-uploader__list {
  position: relative;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 8px;
  min-height: 60px;
  flex: 1 1 auto;
}
.q-uploader__file {
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-uploader__file .q-circular-progress {
  font-size: 24px;
}
.q-uploader__file--img {
  color: #fff;
  height: 200px;
  min-width: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.q-uploader__file--img:before {
  content: none;
}
.q-uploader__file--img .q-circular-progress {
  color: #fff;
}
.q-uploader__file--img .q-uploader__file-header {
  padding-bottom: 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 20%, rgba(255, 255, 255, 0));
}
.q-uploader__file + .q-uploader__file {
  margin-top: 8px;
}
.q-uploader__file-header {
  position: relative;
  padding: 4px 8px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-uploader__file-header-content {
  padding-right: 8px;
}
.q-uploader__file-status {
  font-size: 24px;
  margin-right: 4px;
}
.q-uploader__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.285714;
  word-break: break-word;
}
.q-uploader__subtitle {
  font-size: 12px;
  line-height: 1.5;
}
.q-uploader--disable .q-uploader__header, .q-uploader--disable .q-uploader__list {
  pointer-events: none;
}
.q-uploader--dark {
  border-color: rgba(255, 255, 255, 0.28);
  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);
}
.q-uploader--dark .q-uploader__file {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-uploader--dark .q-uploader__dnd, .q-uploader--dark .q-uploader__overlay {
  background: rgba(255, 255, 255, 0.3);
}
.q-uploader--dark .q-uploader__overlay {
  color: #fff;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
.q-video {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}
.q-video iframe,
.q-video object,
.q-video embed {
  width: 100%;
  height: 100%;
}
.q-video--responsive {
  height: 0;
}
.q-video--responsive iframe,
.q-video--responsive object,
.q-video--responsive embed {
  position: absolute;
  top: 0;
  left: 0;
}
.q-virtual-scroll:focus {
  outline: 0;
}
.q-virtual-scroll__content {
  outline: none;
  contain: content;
}
.q-virtual-scroll__content > * {
  overflow-anchor: none;
}
.q-virtual-scroll__content > [data-q-vs-anchor] {
  overflow-anchor: auto;
}
.q-virtual-scroll__padding {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, rgba(128, 128, 128, 0.03) 20%, rgba(128, 128, 128, 0.08) 50%, rgba(128, 128, 128, 0.03) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)) /* rtl:ignore */;
  background-size: var(--q-virtual-scroll-item-width, 100%) var(--q-virtual-scroll-item-height, 50px) /* rtl:ignore */;
}
.q-table .q-virtual-scroll__padding tr {
  height: 0 !important;
}
.q-table .q-virtual-scroll__padding td {
  padding: 0 !important;
}
.q-virtual-scroll--horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.q-virtual-scroll--horizontal .q-virtual-scroll__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.q-virtual-scroll--horizontal .q-virtual-scroll__padding, .q-virtual-scroll--horizontal .q-virtual-scroll__content, .q-virtual-scroll--horizontal .q-virtual-scroll__content > * {
  flex: 0 0 auto;
}
.q-virtual-scroll--horizontal .q-virtual-scroll__padding {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, rgba(128, 128, 128, 0.03) 20%, rgba(128, 128, 128, 0.08) 50%, rgba(128, 128, 128, 0.03) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)) /* rtl:ignore */;
  background-size: var(--q-virtual-scroll-item-width, 50px) var(--q-virtual-scroll-item-height, 100%) /* rtl:ignore */;
}
.q-ripple {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  color: inherit;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  contain: strict;
}
.q-ripple__inner {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  opacity: 0;
  color: inherit;
  border-radius: 50%;
  background: currentColor;
  pointer-events: none;
  will-change: transform, opacity;
}
.q-ripple__inner--enter {
  transition: transform 0.225s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-ripple__inner--leave {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-morph--invisible,
.q-morph--internal {
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
  right: 200vw !important;
  bottom: 200vh !important;
}
.q-bottom-sheet {
  padding-bottom: 8px;
}
.q-bottom-sheet__avatar {
  border-radius: 50%;
}
.q-bottom-sheet--list {
  width: 400px;
}
.q-bottom-sheet--list .q-icon, .q-bottom-sheet--list img {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.q-bottom-sheet--grid {
  width: 700px;
}
.q-bottom-sheet--grid .q-bottom-sheet__item {
  padding: 8px;
  text-align: center;
  min-width: 100px;
}
.q-bottom-sheet--grid .q-icon, .q-bottom-sheet--grid img, .q-bottom-sheet--grid .q-bottom-sheet__empty-icon {
  font-size: 48px;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}
.q-bottom-sheet--grid .q-separator {
  margin: 12px 0;
}
.q-bottom-sheet__item {
  flex: 0 0 33.3333%;
}
@media (min-width: 600px) {
  .q-bottom-sheet__item {
    flex: 0 0 25%;
  }
}
.q-dialog-plugin {
  width: 400px;
}
.q-dialog-plugin__form {
  max-height: 50vh;
}
.q-dialog-plugin .q-card__section + .q-card__section {
  padding-top: 0;
}
.q-dialog-plugin--progress {
  text-align: center;
}
.q-loading {
  color: #000;
  position: fixed !important;
}
.q-loading__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
  background-color: #000;
  transition: background-color 0.28s;
}
.q-loading__box {
  border-radius: 4px;
  padding: 18px;
  color: #fff;
  max-width: 450px;
}
.q-loading__message {
  margin: 40px 20px 0;
  text-align: center;
}
.q-notifications__list {
  z-index: 9500;
  pointer-events: none;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  position: relative;
}
.q-notifications__list--center {
  top: 0;
  bottom: 0;
}
.q-notifications__list--top {
  top: 0;
}
.q-notifications__list--bottom {
  bottom: 0;
}
body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--top {
  top: 20px;
  top: env(safe-area-inset-top);
}
body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--bottom {
  bottom: env(safe-area-inset-bottom);
}
.q-notification {
  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);
  border-radius: 4px;
  pointer-events: all;
  display: inline-flex;
  margin: 10px 10px 0;
  transition: transform 1s, opacity 1s;
  z-index: 9500;
  flex-shrink: 0;
  max-width: 95vw;
  background: #323232;
  color: #fff;
  font-size: 14px;
}
.q-notification__icon {
  font-size: 24px;
  flex: 0 0 1em;
}
.q-notification__icon--additional {
  margin-right: 16px;
}
.q-notification__avatar {
  font-size: 32px;
}
.q-notification__avatar--additional {
  margin-right: 8px;
}
.q-notification__spinner {
  font-size: 32px;
}
.q-notification__spinner--additional {
  margin-right: 8px;
}
.q-notification__message {
  padding: 8px 0;
}
.q-notification__caption {
  font-size: 0.9em;
  opacity: 0.7;
}
.q-notification__actions {
  color: var(--q-primary);
}
.q-notification__badge {
  animation: q-notif-badge 0.42s;
  padding: 4px 8px;
  position: absolute;
  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);
  background-color: var(--q-negative);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
}
.q-notification__badge--top-left, .q-notification__badge--top-right {
  top: -6px;
}
.q-notification__badge--bottom-left, .q-notification__badge--bottom-right {
  bottom: -6px;
}
.q-notification__badge--top-left, .q-notification__badge--bottom-left {
  left: -22px;
}
.q-notification__badge--top-right, .q-notification__badge--bottom-right {
  right: -22px;
}
.q-notification__progress {
  z-index: -1;
  position: absolute;
  height: 3px;
  bottom: 0;
  left: -10px;
  right: -10px;
  animation: q-notif-progress linear;
  background: currentColor;
  opacity: 0.3;
  border-radius: 4px 4px 0 0;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
.q-notification--standard {
  padding: 0 16px;
  min-height: 48px;
}
.q-notification--standard .q-notification__actions {
  padding: 6px 0 6px 8px;
  margin-right: -8px;
}
.q-notification--multi-line {
  min-height: 68px;
  padding: 8px 16px;
}
.q-notification--multi-line .q-notification__badge--top-left, .q-notification--multi-line .q-notification__badge--top-right {
  top: -15px;
}
.q-notification--multi-line .q-notification__badge--bottom-left, .q-notification--multi-line .q-notification__badge--bottom-right {
  bottom: -15px;
}
.q-notification--multi-line .q-notification__progress {
  bottom: -8px;
}
.q-notification--multi-line .q-notification__actions {
  padding: 0;
}
.q-notification--multi-line .q-notification__actions--with-media {
  padding-left: 25px;
}
.q-notification--top-left-enter-from, .q-notification--top-left-leave-to, .q-notification--top-enter-from, .q-notification--top-leave-to, .q-notification--top-right-enter-from, .q-notification--top-right-leave-to {
  opacity: 0;
  transform: translateY(-50px);
  z-index: 9499;
}
.q-notification--left-enter-from, .q-notification--left-leave-to, .q-notification--center-enter-from, .q-notification--center-leave-to, .q-notification--right-enter-from, .q-notification--right-leave-to {
  opacity: 0;
  transform: rotateX(90deg);
  z-index: 9499;
}
.q-notification--bottom-left-enter-from, .q-notification--bottom-left-leave-to, .q-notification--bottom-enter-from, .q-notification--bottom-leave-to, .q-notification--bottom-right-enter-from, .q-notification--bottom-right-leave-to {
  opacity: 0;
  transform: translateY(50px);
  z-index: 9499;
}
.q-notification--top-left-leave-active, .q-notification--top-leave-active, .q-notification--top-right-leave-active, .q-notification--left-leave-active, .q-notification--center-leave-active, .q-notification--right-leave-active, .q-notification--bottom-left-leave-active, .q-notification--bottom-leave-active, .q-notification--bottom-right-leave-active {
  position: absolute;
  z-index: 9499;
  margin-left: 0;
  margin-right: 0;
}
.q-notification--top-leave-active, .q-notification--center-leave-active {
  top: 0;
}
.q-notification--bottom-left-leave-active, .q-notification--bottom-leave-active, .q-notification--bottom-right-leave-active {
  bottom: 0;
}
@media (min-width: 600px) {
  .q-notification {
    max-width: 65vw;
  }
}
@keyframes q-notif-badge {
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
@keyframes q-notif-progress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
/* * Animate.css additions
 * * Adapted from: https:
 * */
: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;
  }
}
.q-animate--scale {
  animation: q-scale 0.15s;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
@keyframes q-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.q-animate--fade {
  animation: q-fade 0.2s /* rtl:ignore */;
}
@keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --q-primary: #005482;
  --q-secondary: #f47920;
  --q-accent: #54c5d0;
  --q-positive: #1aaa55;
  --q-negative: #db3b21;
  --q-info: #ccdde6;
  --q-warning: #fc9403;
  --q-dark: #1d1d1d;
  --q-dark-page: #121212;
}
.text-dark {
  color: var(--q-dark) !important;
}
.bg-dark {
  background: var(--q-dark) !important;
}
.text-primary {
  color: var(--q-primary) !important;
}
.bg-primary {
  background: var(--q-primary) !important;
}
.text-secondary {
  color: var(--q-secondary) !important;
}
.bg-secondary {
  background: var(--q-secondary) !important;
}
.text-accent {
  color: var(--q-accent) !important;
}
.bg-accent {
  background: var(--q-accent) !important;
}
.text-positive {
  color: var(--q-positive) !important;
}
.bg-positive {
  background: var(--q-positive) !important;
}
.text-negative {
  color: var(--q-negative) !important;
}
.bg-negative {
  background: var(--q-negative) !important;
}
.text-info {
  color: var(--q-info) !important;
}
.bg-info {
  background: var(--q-info) !important;
}
.text-warning {
  color: var(--q-warning) !important;
}
.bg-warning {
  background: var(--q-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 {
  background: transparent !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 {
  color: #f44336 !important;
}
.text-red-1 {
  color: #ffebee !important;
}
.text-red-2 {
  color: #ffcdd2 !important;
}
.text-red-3 {
  color: #ef9a9a !important;
}
.text-red-4 {
  color: #e57373 !important;
}
.text-red-5 {
  color: #ef5350 !important;
}
.text-red-6 {
  color: #f44336 !important;
}
.text-red-7 {
  color: #e53935 !important;
}
.text-red-8 {
  color: #d32f2f !important;
}
.text-red-9 {
  color: #c62828 !important;
}
.text-red-10 {
  color: #b71c1c !important;
}
.text-red-11 {
  color: #ff8a80 !important;
}
.text-red-12 {
  color: #ff5252 !important;
}
.text-red-13 {
  color: #ff1744 !important;
}
.text-red-14 {
  color: #d50000 !important;
}
.text-pink {
  color: #e91e63 !important;
}
.text-pink-1 {
  color: #fce4ec !important;
}
.text-pink-2 {
  color: #f8bbd0 !important;
}
.text-pink-3 {
  color: #f48fb1 !important;
}
.text-pink-4 {
  color: #f06292 !important;
}
.text-pink-5 {
  color: #ec407a !important;
}
.text-pink-6 {
  color: #e91e63 !important;
}
.text-pink-7 {
  color: #d81b60 !important;
}
.text-pink-8 {
  color: #c2185b !important;
}
.text-pink-9 {
  color: #ad1457 !important;
}
.text-pink-10 {
  color: #880e4f !important;
}
.text-pink-11 {
  color: #ff80ab !important;
}
.text-pink-12 {
  color: #ff4081 !important;
}
.text-pink-13 {
  color: #f50057 !important;
}
.text-pink-14 {
  color: #c51162 !important;
}
.text-purple {
  color: #9c27b0 !important;
}
.text-purple-1 {
  color: #f3e5f5 !important;
}
.text-purple-2 {
  color: #e1bee7 !important;
}
.text-purple-3 {
  color: #ce93d8 !important;
}
.text-purple-4 {
  color: #ba68c8 !important;
}
.text-purple-5 {
  color: #ab47bc !important;
}
.text-purple-6 {
  color: #9c27b0 !important;
}
.text-purple-7 {
  color: #8e24aa !important;
}
.text-purple-8 {
  color: #7b1fa2 !important;
}
.text-purple-9 {
  color: #6a1b9a !important;
}
.text-purple-10 {
  color: #4a148c !important;
}
.text-purple-11 {
  color: #ea80fc !important;
}
.text-purple-12 {
  color: #e040fb !important;
}
.text-purple-13 {
  color: #d500f9 !important;
}
.text-purple-14 {
  color: #aa00ff !important;
}
.text-deep-purple {
  color: #673ab7 !important;
}
.text-deep-purple-1 {
  color: #ede7f6 !important;
}
.text-deep-purple-2 {
  color: #d1c4e9 !important;
}
.text-deep-purple-3 {
  color: #b39ddb !important;
}
.text-deep-purple-4 {
  color: #9575cd !important;
}
.text-deep-purple-5 {
  color: #7e57c2 !important;
}
.text-deep-purple-6 {
  color: #673ab7 !important;
}
.text-deep-purple-7 {
  color: #5e35b1 !important;
}
.text-deep-purple-8 {
  color: #512da8 !important;
}
.text-deep-purple-9 {
  color: #4527a0 !important;
}
.text-deep-purple-10 {
  color: #311b92 !important;
}
.text-deep-purple-11 {
  color: #b388ff !important;
}
.text-deep-purple-12 {
  color: #7c4dff !important;
}
.text-deep-purple-13 {
  color: #651fff !important;
}
.text-deep-purple-14 {
  color: #6200ea !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
.text-indigo-1 {
  color: #e8eaf6 !important;
}
.text-indigo-2 {
  color: #c5cae9 !important;
}
.text-indigo-3 {
  color: #9fa8da !important;
}
.text-indigo-4 {
  color: #7986cb !important;
}
.text-indigo-5 {
  color: #5c6bc0 !important;
}
.text-indigo-6 {
  color: #3f51b5 !important;
}
.text-indigo-7 {
  color: #3949ab !important;
}
.text-indigo-8 {
  color: #303f9f !important;
}
.text-indigo-9 {
  color: #283593 !important;
}
.text-indigo-10 {
  color: #1a237e !important;
}
.text-indigo-11 {
  color: #8c9eff !important;
}
.text-indigo-12 {
  color: #536dfe !important;
}
.text-indigo-13 {
  color: #3d5afe !important;
}
.text-indigo-14 {
  color: #304ffe !important;
}
.text-blue {
  color: #005482 !important;
}
.text-blue-1 {
  color: #f2f9ff !important;
}
.text-blue-2 {
  color: #def0ff !important;
}
.text-blue-3 {
  color: #b3d4ee !important;
}
.text-blue-4 {
  color: #81b3d9 !important;
}
.text-blue-5 {
  color: #508eb8 !important;
}
.text-blue-6 {
  color: #28729f !important;
}
.text-blue-7 {
  color: #005482 !important;
}
.text-blue-8 {
  color: #004976 !important;
}
.text-blue-9 {
  color: #003d66 !important;
}
.text-blue-10 {
  color: #002f52 !important;
}
.text-blue-11 {
  color: #00213b !important;
}
.text-blue-12 {
  color: #001220 !important;
}
.text-blue-13 {
  color: #000102 !important;
}
.text-blue-14 {
  color: #000102 !important;
}
.text-light-blue {
  color: #2d99d4 !important;
}
.text-light-blue-1 {
  color: #e1f5fe !important;
}
.text-light-blue-2 {
  color: #b3e5fc !important;
}
.text-light-blue-3 {
  color: #81d4fa !important;
}
.text-light-blue-4 {
  color: #4fc3f7 !important;
}
.text-light-blue-5 {
  color: #29b6f6 !important;
}
.text-light-blue-6 {
  color: #03a9f4 !important;
}
.text-light-blue-7 {
  color: #039be5 !important;
}
.text-light-blue-8 {
  color: #0288d1 !important;
}
.text-light-blue-9 {
  color: #0277bd !important;
}
.text-light-blue-10 {
  color: #01579b !important;
}
.text-light-blue-11 {
  color: #80d8ff !important;
}
.text-light-blue-12 {
  color: #40c4ff !important;
}
.text-light-blue-13 {
  color: #00b0ff !important;
}
.text-light-blue-14 {
  color: #0091ea !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
.text-cyan-1 {
  color: #e0f7fa !important;
}
.text-cyan-2 {
  color: #b2ebf2 !important;
}
.text-cyan-3 {
  color: #80deea !important;
}
.text-cyan-4 {
  color: #4dd0e1 !important;
}
.text-cyan-5 {
  color: #26c6da !important;
}
.text-cyan-6 {
  color: #00bcd4 !important;
}
.text-cyan-7 {
  color: #00acc1 !important;
}
.text-cyan-8 {
  color: #0097a7 !important;
}
.text-cyan-9 {
  color: #00838f !important;
}
.text-cyan-10 {
  color: #006064 !important;
}
.text-cyan-11 {
  color: #84ffff !important;
}
.text-cyan-12 {
  color: #18ffff !important;
}
.text-cyan-13 {
  color: #00e5ff !important;
}
.text-cyan-14 {
  color: #00b8d4 !important;
}
.text-teal {
  color: #54c5d0 !important;
}
.text-teal-1 {
  color: #ddfdff !important;
}
.text-teal-2 {
  color: #c0f9fe !important;
}
.text-teal-3 {
  color: #a5f3fa !important;
}
.text-teal-4 {
  color: #8deaf3 !important;
}
.text-teal-5 {
  color: #78e0ea !important;
}
.text-teal-6 {
  color: #65d4de !important;
}
.text-teal-7 {
  color: #54c5d0 !important;
}
.text-teal-8 {
  color: #3eacb6 !important;
}
.text-teal-9 {
  color: #2a8f99 !important;
}
.text-teal-10 {
  color: #1b7079 !important;
}
.text-teal-11 {
  color: #0f4f55 !important;
}
.text-teal-12 {
  color: #062a2d !important;
}
.text-teal-13 {
  color: #000303 !important;
}
.text-teal-14 {
  color: #000303 !important;
}
.text-green {
  color: #11a688 !important;
}
.text-green-1 {
  color: #e8f5e9 !important;
}
.text-green-2 {
  color: #c8e6c9 !important;
}
.text-green-3 {
  color: #a5d6a7 !important;
}
.text-green-4 {
  color: #81c784 !important;
}
.text-green-5 {
  color: #66bb6a !important;
}
.text-green-6 {
  color: #4caf50 !important;
}
.text-green-7 {
  color: #43a047 !important;
}
.text-green-8 {
  color: #388e3c !important;
}
.text-green-9 {
  color: #2e7d32 !important;
}
.text-green-10 {
  color: #1b5e20 !important;
}
.text-green-11 {
  color: #b9f6ca !important;
}
.text-green-12 {
  color: #69f0ae !important;
}
.text-green-13 {
  color: #00e676 !important;
}
.text-green-14 {
  color: #00c853 !important;
}
.text-light-green {
  color: #8bc34a !important;
}
.text-light-green-1 {
  color: #f1f8e9 !important;
}
.text-light-green-2 {
  color: #dcedc8 !important;
}
.text-light-green-3 {
  color: #c5e1a5 !important;
}
.text-light-green-4 {
  color: #aed581 !important;
}
.text-light-green-5 {
  color: #9ccc65 !important;
}
.text-light-green-6 {
  color: #8bc34a !important;
}
.text-light-green-7 {
  color: #7cb342 !important;
}
.text-light-green-8 {
  color: #689f38 !important;
}
.text-light-green-9 {
  color: #558b2f !important;
}
.text-light-green-10 {
  color: #33691e !important;
}
.text-light-green-11 {
  color: #ccff90 !important;
}
.text-light-green-12 {
  color: #b2ff59 !important;
}
.text-light-green-13 {
  color: #76ff03 !important;
}
.text-light-green-14 {
  color: #64dd17 !important;
}
.text-lime {
  color: #cddc39 !important;
}
.text-lime-1 {
  color: #f9fbe7 !important;
}
.text-lime-2 {
  color: #f0f4c3 !important;
}
.text-lime-3 {
  color: #e6ee9c !important;
}
.text-lime-4 {
  color: #dce775 !important;
}
.text-lime-5 {
  color: #d4e157 !important;
}
.text-lime-6 {
  color: #cddc39 !important;
}
.text-lime-7 {
  color: #c0ca33 !important;
}
.text-lime-8 {
  color: #afb42b !important;
}
.text-lime-9 {
  color: #9e9d24 !important;
}
.text-lime-10 {
  color: #827717 !important;
}
.text-lime-11 {
  color: #f4ff81 !important;
}
.text-lime-12 {
  color: #eeff41 !important;
}
.text-lime-13 {
  color: #c6ff00 !important;
}
.text-lime-14 {
  color: #aeea00 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
.text-yellow-1 {
  color: #fffde7 !important;
}
.text-yellow-2 {
  color: #fff9c4 !important;
}
.text-yellow-3 {
  color: #fff59d !important;
}
.text-yellow-4 {
  color: #fff176 !important;
}
.text-yellow-5 {
  color: #ffee58 !important;
}
.text-yellow-6 {
  color: #ffeb3b !important;
}
.text-yellow-7 {
  color: #fdd835 !important;
}
.text-yellow-8 {
  color: #fbc02d !important;
}
.text-yellow-9 {
  color: #f9a825 !important;
}
.text-yellow-10 {
  color: #f57f17 !important;
}
.text-yellow-11 {
  color: #ffff8d !important;
}
.text-yellow-12 {
  color: #ffff00 !important;
}
.text-yellow-13 {
  color: #ffea00 !important;
}
.text-yellow-14 {
  color: #ffd600 !important;
}
.text-amber {
  color: #ffac38 !important;
}
.text-amber-1 {
  color: #fff8e1 !important;
}
.text-amber-2 {
  color: #ffecb3 !important;
}
.text-amber-3 {
  color: #ffe082 !important;
}
.text-amber-4 {
  color: #ffd54f !important;
}
.text-amber-5 {
  color: #ffca28 !important;
}
.text-amber-6 {
  color: #ffc107 !important;
}
.text-amber-7 {
  color: #ffb300 !important;
}
.text-amber-8 {
  color: #ffa000 !important;
}
.text-amber-9 {
  color: #ff8f00 !important;
}
.text-amber-10 {
  color: #ff6f00 !important;
}
.text-amber-11 {
  color: #ffe57f !important;
}
.text-amber-12 {
  color: #ffd740 !important;
}
.text-amber-13 {
  color: #ffc400 !important;
}
.text-amber-14 {
  color: #ffab00 !important;
}
.text-orange {
  color: #f47920 !important;
}
.text-orange-1 {
  color: #ffe9d8 !important;
}
.text-orange-2 {
  color: #ffd4bf !important;
}
.text-orange-3 {
  color: #ffc190 !important;
}
.text-orange-4 {
  color: #ffae6c !important;
}
.text-orange-5 {
  color: #ff9b49 !important;
}
.text-orange-6 {
  color: #ff8a33 !important;
}
.text-orange-7 {
  color: #f47920 !important;
}
.text-orange-8 {
  color: #d5630c !important;
}
.text-orange-9 {
  color: #ab4d00 !important;
}
.text-orange-10 {
  color: #813900 !important;
}
.text-orange-11 {
  color: #572500 !important;
}
.text-orange-12 {
  color: #2d1300 !important;
}
.text-orange-13 {
  color: #030100 !important;
}
.text-orange-14 {
  color: #030100 !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
.text-deep-orange-1 {
  color: #fbe9e7 !important;
}
.text-deep-orange-2 {
  color: #ffccbc !important;
}
.text-deep-orange-3 {
  color: #ffab91 !important;
}
.text-deep-orange-4 {
  color: #ff8a65 !important;
}
.text-deep-orange-5 {
  color: #ff7043 !important;
}
.text-deep-orange-6 {
  color: #ff5722 !important;
}
.text-deep-orange-7 {
  color: #f4511e !important;
}
.text-deep-orange-8 {
  color: #e64a19 !important;
}
.text-deep-orange-9 {
  color: #d84315 !important;
}
.text-deep-orange-10 {
  color: #bf360c !important;
}
.text-deep-orange-11 {
  color: #ff9e80 !important;
}
.text-deep-orange-12 {
  color: #ff6e40 !important;
}
.text-deep-orange-13 {
  color: #ff3d00 !important;
}
.text-deep-orange-14 {
  color: #dd2c00 !important;
}
.text-brown {
  color: #795548 !important;
}
.text-brown-1 {
  color: #efebe9 !important;
}
.text-brown-2 {
  color: #d7ccc8 !important;
}
.text-brown-3 {
  color: #bcaaa4 !important;
}
.text-brown-4 {
  color: #a1887f !important;
}
.text-brown-5 {
  color: #8d6e63 !important;
}
.text-brown-6 {
  color: #795548 !important;
}
.text-brown-7 {
  color: #6d4c41 !important;
}
.text-brown-8 {
  color: #5d4037 !important;
}
.text-brown-9 {
  color: #4e342e !important;
}
.text-brown-10 {
  color: #3e2723 !important;
}
.text-brown-11 {
  color: #d7ccc8 !important;
}
.text-brown-12 {
  color: #bcaaa4 !important;
}
.text-brown-13 {
  color: #8d6e63 !important;
}
.text-brown-14 {
  color: #5d4037 !important;
}
.text-grey {
  color: #848489 !important;
}
.text-grey-1 {
  color: #f7f7f7 !important;
}
.text-grey-2 {
  color: #eaeaeb !important;
}
.text-grey-3 {
  color: #dededf !important;
}
.text-grey-4 {
  color: #d2d2d4 !important;
}
.text-grey-5 {
  color: #bababd !important;
}
.text-grey-6 {
  color: #a2a2a6 !important;
}
.text-grey-7 {
  color: #848489 !important;
}
.text-grey-8 {
  color: #68686e !important;
}
.text-grey-9 {
  color: #57575e !important;
}
.text-grey-10 {
  color: #47474f !important;
}
.text-grey-11 {
  color: #34343a !important;
}
.text-grey-12 {
  color: #222226 !important;
}
.text-grey-13 {
  color: #121214 !important;
}
.text-grey-14 {
  color: #121214 !important;
}
.text-blue-grey {
  color: #607d8b !important;
}
.text-blue-grey-1 {
  color: #eceff1 !important;
}
.text-blue-grey-2 {
  color: #cfd8dc !important;
}
.text-blue-grey-3 {
  color: #b0bec5 !important;
}
.text-blue-grey-4 {
  color: #90a4ae !important;
}
.text-blue-grey-5 {
  color: #78909c !important;
}
.text-blue-grey-6 {
  color: #607d8b !important;
}
.text-blue-grey-7 {
  color: #546e7a !important;
}
.text-blue-grey-8 {
  color: #455a64 !important;
}
.text-blue-grey-9 {
  color: #37474f !important;
}
.text-blue-grey-10 {
  color: #263238 !important;
}
.text-blue-grey-11 {
  color: #cfd8dc !important;
}
.text-blue-grey-12 {
  color: #b0bec5 !important;
}
.text-blue-grey-13 {
  color: #78909c !important;
}
.text-blue-grey-14 {
  color: #455a64 !important;
}
.bg-red {
  background: #f44336 !important;
}
.bg-red-1 {
  background: #ffebee !important;
}
.bg-red-2 {
  background: #ffcdd2 !important;
}
.bg-red-3 {
  background: #ef9a9a !important;
}
.bg-red-4 {
  background: #e57373 !important;
}
.bg-red-5 {
  background: #ef5350 !important;
}
.bg-red-6 {
  background: #f44336 !important;
}
.bg-red-7 {
  background: #e53935 !important;
}
.bg-red-8 {
  background: #d32f2f !important;
}
.bg-red-9 {
  background: #c62828 !important;
}
.bg-red-10 {
  background: #b71c1c !important;
}
.bg-red-11 {
  background: #ff8a80 !important;
}
.bg-red-12 {
  background: #ff5252 !important;
}
.bg-red-13 {
  background: #ff1744 !important;
}
.bg-red-14 {
  background: #d50000 !important;
}
.bg-pink {
  background: #e91e63 !important;
}
.bg-pink-1 {
  background: #fce4ec !important;
}
.bg-pink-2 {
  background: #f8bbd0 !important;
}
.bg-pink-3 {
  background: #f48fb1 !important;
}
.bg-pink-4 {
  background: #f06292 !important;
}
.bg-pink-5 {
  background: #ec407a !important;
}
.bg-pink-6 {
  background: #e91e63 !important;
}
.bg-pink-7 {
  background: #d81b60 !important;
}
.bg-pink-8 {
  background: #c2185b !important;
}
.bg-pink-9 {
  background: #ad1457 !important;
}
.bg-pink-10 {
  background: #880e4f !important;
}
.bg-pink-11 {
  background: #ff80ab !important;
}
.bg-pink-12 {
  background: #ff4081 !important;
}
.bg-pink-13 {
  background: #f50057 !important;
}
.bg-pink-14 {
  background: #c51162 !important;
}
.bg-purple {
  background: #9c27b0 !important;
}
.bg-purple-1 {
  background: #f3e5f5 !important;
}
.bg-purple-2 {
  background: #e1bee7 !important;
}
.bg-purple-3 {
  background: #ce93d8 !important;
}
.bg-purple-4 {
  background: #ba68c8 !important;
}
.bg-purple-5 {
  background: #ab47bc !important;
}
.bg-purple-6 {
  background: #9c27b0 !important;
}
.bg-purple-7 {
  background: #8e24aa !important;
}
.bg-purple-8 {
  background: #7b1fa2 !important;
}
.bg-purple-9 {
  background: #6a1b9a !important;
}
.bg-purple-10 {
  background: #4a148c !important;
}
.bg-purple-11 {
  background: #ea80fc !important;
}
.bg-purple-12 {
  background: #e040fb !important;
}
.bg-purple-13 {
  background: #d500f9 !important;
}
.bg-purple-14 {
  background: #aa00ff !important;
}
.bg-deep-purple {
  background: #673ab7 !important;
}
.bg-deep-purple-1 {
  background: #ede7f6 !important;
}
.bg-deep-purple-2 {
  background: #d1c4e9 !important;
}
.bg-deep-purple-3 {
  background: #b39ddb !important;
}
.bg-deep-purple-4 {
  background: #9575cd !important;
}
.bg-deep-purple-5 {
  background: #7e57c2 !important;
}
.bg-deep-purple-6 {
  background: #673ab7 !important;
}
.bg-deep-purple-7 {
  background: #5e35b1 !important;
}
.bg-deep-purple-8 {
  background: #512da8 !important;
}
.bg-deep-purple-9 {
  background: #4527a0 !important;
}
.bg-deep-purple-10 {
  background: #311b92 !important;
}
.bg-deep-purple-11 {
  background: #b388ff !important;
}
.bg-deep-purple-12 {
  background: #7c4dff !important;
}
.bg-deep-purple-13 {
  background: #651fff !important;
}
.bg-deep-purple-14 {
  background: #6200ea !important;
}
.bg-indigo {
  background: #3f51b5 !important;
}
.bg-indigo-1 {
  background: #e8eaf6 !important;
}
.bg-indigo-2 {
  background: #c5cae9 !important;
}
.bg-indigo-3 {
  background: #9fa8da !important;
}
.bg-indigo-4 {
  background: #7986cb !important;
}
.bg-indigo-5 {
  background: #5c6bc0 !important;
}
.bg-indigo-6 {
  background: #3f51b5 !important;
}
.bg-indigo-7 {
  background: #3949ab !important;
}
.bg-indigo-8 {
  background: #303f9f !important;
}
.bg-indigo-9 {
  background: #283593 !important;
}
.bg-indigo-10 {
  background: #1a237e !important;
}
.bg-indigo-11 {
  background: #8c9eff !important;
}
.bg-indigo-12 {
  background: #536dfe !important;
}
.bg-indigo-13 {
  background: #3d5afe !important;
}
.bg-indigo-14 {
  background: #304ffe !important;
}
.bg-blue {
  background: #005482 !important;
}
.bg-blue-1 {
  background: #f2f9ff !important;
}
.bg-blue-2 {
  background: #def0ff !important;
}
.bg-blue-3 {
  background: #b3d4ee !important;
}
.bg-blue-4 {
  background: #81b3d9 !important;
}
.bg-blue-5 {
  background: #508eb8 !important;
}
.bg-blue-6 {
  background: #28729f !important;
}
.bg-blue-7 {
  background: #005482 !important;
}
.bg-blue-8 {
  background: #004976 !important;
}
.bg-blue-9 {
  background: #003d66 !important;
}
.bg-blue-10 {
  background: #002f52 !important;
}
.bg-blue-11 {
  background: #00213b !important;
}
.bg-blue-12 {
  background: #001220 !important;
}
.bg-blue-13 {
  background: #000102 !important;
}
.bg-blue-14 {
  background: #000102 !important;
}
.bg-light-blue {
  background: #2d99d4 !important;
}
.bg-light-blue-1 {
  background: #e1f5fe !important;
}
.bg-light-blue-2 {
  background: #b3e5fc !important;
}
.bg-light-blue-3 {
  background: #81d4fa !important;
}
.bg-light-blue-4 {
  background: #4fc3f7 !important;
}
.bg-light-blue-5 {
  background: #29b6f6 !important;
}
.bg-light-blue-6 {
  background: #03a9f4 !important;
}
.bg-light-blue-7 {
  background: #039be5 !important;
}
.bg-light-blue-8 {
  background: #0288d1 !important;
}
.bg-light-blue-9 {
  background: #0277bd !important;
}
.bg-light-blue-10 {
  background: #01579b !important;
}
.bg-light-blue-11 {
  background: #80d8ff !important;
}
.bg-light-blue-12 {
  background: #40c4ff !important;
}
.bg-light-blue-13 {
  background: #00b0ff !important;
}
.bg-light-blue-14 {
  background: #0091ea !important;
}
.bg-cyan {
  background: #00bcd4 !important;
}
.bg-cyan-1 {
  background: #e0f7fa !important;
}
.bg-cyan-2 {
  background: #b2ebf2 !important;
}
.bg-cyan-3 {
  background: #80deea !important;
}
.bg-cyan-4 {
  background: #4dd0e1 !important;
}
.bg-cyan-5 {
  background: #26c6da !important;
}
.bg-cyan-6 {
  background: #00bcd4 !important;
}
.bg-cyan-7 {
  background: #00acc1 !important;
}
.bg-cyan-8 {
  background: #0097a7 !important;
}
.bg-cyan-9 {
  background: #00838f !important;
}
.bg-cyan-10 {
  background: #006064 !important;
}
.bg-cyan-11 {
  background: #84ffff !important;
}
.bg-cyan-12 {
  background: #18ffff !important;
}
.bg-cyan-13 {
  background: #00e5ff !important;
}
.bg-cyan-14 {
  background: #00b8d4 !important;
}
.bg-teal {
  background: #54c5d0 !important;
}
.bg-teal-1 {
  background: #ddfdff !important;
}
.bg-teal-2 {
  background: #c0f9fe !important;
}
.bg-teal-3 {
  background: #a5f3fa !important;
}
.bg-teal-4 {
  background: #8deaf3 !important;
}
.bg-teal-5 {
  background: #78e0ea !important;
}
.bg-teal-6 {
  background: #65d4de !important;
}
.bg-teal-7 {
  background: #54c5d0 !important;
}
.bg-teal-8 {
  background: #3eacb6 !important;
}
.bg-teal-9 {
  background: #2a8f99 !important;
}
.bg-teal-10 {
  background: #1b7079 !important;
}
.bg-teal-11 {
  background: #0f4f55 !important;
}
.bg-teal-12 {
  background: #062a2d !important;
}
.bg-teal-13 {
  background: #000303 !important;
}
.bg-teal-14 {
  background: #000303 !important;
}
.bg-green {
  background: #11a688 !important;
}
.bg-green-1 {
  background: #e8f5e9 !important;
}
.bg-green-2 {
  background: #c8e6c9 !important;
}
.bg-green-3 {
  background: #a5d6a7 !important;
}
.bg-green-4 {
  background: #81c784 !important;
}
.bg-green-5 {
  background: #66bb6a !important;
}
.bg-green-6 {
  background: #4caf50 !important;
}
.bg-green-7 {
  background: #43a047 !important;
}
.bg-green-8 {
  background: #388e3c !important;
}
.bg-green-9 {
  background: #2e7d32 !important;
}
.bg-green-10 {
  background: #1b5e20 !important;
}
.bg-green-11 {
  background: #b9f6ca !important;
}
.bg-green-12 {
  background: #69f0ae !important;
}
.bg-green-13 {
  background: #00e676 !important;
}
.bg-green-14 {
  background: #00c853 !important;
}
.bg-light-green {
  background: #8bc34a !important;
}
.bg-light-green-1 {
  background: #f1f8e9 !important;
}
.bg-light-green-2 {
  background: #dcedc8 !important;
}
.bg-light-green-3 {
  background: #c5e1a5 !important;
}
.bg-light-green-4 {
  background: #aed581 !important;
}
.bg-light-green-5 {
  background: #9ccc65 !important;
}
.bg-light-green-6 {
  background: #8bc34a !important;
}
.bg-light-green-7 {
  background: #7cb342 !important;
}
.bg-light-green-8 {
  background: #689f38 !important;
}
.bg-light-green-9 {
  background: #558b2f !important;
}
.bg-light-green-10 {
  background: #33691e !important;
}
.bg-light-green-11 {
  background: #ccff90 !important;
}
.bg-light-green-12 {
  background: #b2ff59 !important;
}
.bg-light-green-13 {
  background: #76ff03 !important;
}
.bg-light-green-14 {
  background: #64dd17 !important;
}
.bg-lime {
  background: #cddc39 !important;
}
.bg-lime-1 {
  background: #f9fbe7 !important;
}
.bg-lime-2 {
  background: #f0f4c3 !important;
}
.bg-lime-3 {
  background: #e6ee9c !important;
}
.bg-lime-4 {
  background: #dce775 !important;
}
.bg-lime-5 {
  background: #d4e157 !important;
}
.bg-lime-6 {
  background: #cddc39 !important;
}
.bg-lime-7 {
  background: #c0ca33 !important;
}
.bg-lime-8 {
  background: #afb42b !important;
}
.bg-lime-9 {
  background: #9e9d24 !important;
}
.bg-lime-10 {
  background: #827717 !important;
}
.bg-lime-11 {
  background: #f4ff81 !important;
}
.bg-lime-12 {
  background: #eeff41 !important;
}
.bg-lime-13 {
  background: #c6ff00 !important;
}
.bg-lime-14 {
  background: #aeea00 !important;
}
.bg-yellow {
  background: #ffeb3b !important;
}
.bg-yellow-1 {
  background: #fffde7 !important;
}
.bg-yellow-2 {
  background: #fff9c4 !important;
}
.bg-yellow-3 {
  background: #fff59d !important;
}
.bg-yellow-4 {
  background: #fff176 !important;
}
.bg-yellow-5 {
  background: #ffee58 !important;
}
.bg-yellow-6 {
  background: #ffeb3b !important;
}
.bg-yellow-7 {
  background: #fdd835 !important;
}
.bg-yellow-8 {
  background: #fbc02d !important;
}
.bg-yellow-9 {
  background: #f9a825 !important;
}
.bg-yellow-10 {
  background: #f57f17 !important;
}
.bg-yellow-11 {
  background: #ffff8d !important;
}
.bg-yellow-12 {
  background: #ffff00 !important;
}
.bg-yellow-13 {
  background: #ffea00 !important;
}
.bg-yellow-14 {
  background: #ffd600 !important;
}
.bg-amber {
  background: #ffac38 !important;
}
.bg-amber-1 {
  background: #fff8e1 !important;
}
.bg-amber-2 {
  background: #ffecb3 !important;
}
.bg-amber-3 {
  background: #ffe082 !important;
}
.bg-amber-4 {
  background: #ffd54f !important;
}
.bg-amber-5 {
  background: #ffca28 !important;
}
.bg-amber-6 {
  background: #ffc107 !important;
}
.bg-amber-7 {
  background: #ffb300 !important;
}
.bg-amber-8 {
  background: #ffa000 !important;
}
.bg-amber-9 {
  background: #ff8f00 !important;
}
.bg-amber-10 {
  background: #ff6f00 !important;
}
.bg-amber-11 {
  background: #ffe57f !important;
}
.bg-amber-12 {
  background: #ffd740 !important;
}
.bg-amber-13 {
  background: #ffc400 !important;
}
.bg-amber-14 {
  background: #ffab00 !important;
}
.bg-orange {
  background: #f47920 !important;
}
.bg-orange-1 {
  background: #ffe9d8 !important;
}
.bg-orange-2 {
  background: #ffd4bf !important;
}
.bg-orange-3 {
  background: #ffc190 !important;
}
.bg-orange-4 {
  background: #ffae6c !important;
}
.bg-orange-5 {
  background: #ff9b49 !important;
}
.bg-orange-6 {
  background: #ff8a33 !important;
}
.bg-orange-7 {
  background: #f47920 !important;
}
.bg-orange-8 {
  background: #d5630c !important;
}
.bg-orange-9 {
  background: #ab4d00 !important;
}
.bg-orange-10 {
  background: #813900 !important;
}
.bg-orange-11 {
  background: #572500 !important;
}
.bg-orange-12 {
  background: #2d1300 !important;
}
.bg-orange-13 {
  background: #030100 !important;
}
.bg-orange-14 {
  background: #030100 !important;
}
.bg-deep-orange {
  background: #ff5722 !important;
}
.bg-deep-orange-1 {
  background: #fbe9e7 !important;
}
.bg-deep-orange-2 {
  background: #ffccbc !important;
}
.bg-deep-orange-3 {
  background: #ffab91 !important;
}
.bg-deep-orange-4 {
  background: #ff8a65 !important;
}
.bg-deep-orange-5 {
  background: #ff7043 !important;
}
.bg-deep-orange-6 {
  background: #ff5722 !important;
}
.bg-deep-orange-7 {
  background: #f4511e !important;
}
.bg-deep-orange-8 {
  background: #e64a19 !important;
}
.bg-deep-orange-9 {
  background: #d84315 !important;
}
.bg-deep-orange-10 {
  background: #bf360c !important;
}
.bg-deep-orange-11 {
  background: #ff9e80 !important;
}
.bg-deep-orange-12 {
  background: #ff6e40 !important;
}
.bg-deep-orange-13 {
  background: #ff3d00 !important;
}
.bg-deep-orange-14 {
  background: #dd2c00 !important;
}
.bg-brown {
  background: #795548 !important;
}
.bg-brown-1 {
  background: #efebe9 !important;
}
.bg-brown-2 {
  background: #d7ccc8 !important;
}
.bg-brown-3 {
  background: #bcaaa4 !important;
}
.bg-brown-4 {
  background: #a1887f !important;
}
.bg-brown-5 {
  background: #8d6e63 !important;
}
.bg-brown-6 {
  background: #795548 !important;
}
.bg-brown-7 {
  background: #6d4c41 !important;
}
.bg-brown-8 {
  background: #5d4037 !important;
}
.bg-brown-9 {
  background: #4e342e !important;
}
.bg-brown-10 {
  background: #3e2723 !important;
}
.bg-brown-11 {
  background: #d7ccc8 !important;
}
.bg-brown-12 {
  background: #bcaaa4 !important;
}
.bg-brown-13 {
  background: #8d6e63 !important;
}
.bg-brown-14 {
  background: #5d4037 !important;
}
.bg-grey {
  background: #848489 !important;
}
.bg-grey-1 {
  background: #f7f7f7 !important;
}
.bg-grey-2 {
  background: #eaeaeb !important;
}
.bg-grey-3 {
  background: #dededf !important;
}
.bg-grey-4 {
  background: #d2d2d4 !important;
}
.bg-grey-5 {
  background: #bababd !important;
}
.bg-grey-6 {
  background: #a2a2a6 !important;
}
.bg-grey-7 {
  background: #848489 !important;
}
.bg-grey-8 {
  background: #68686e !important;
}
.bg-grey-9 {
  background: #57575e !important;
}
.bg-grey-10 {
  background: #47474f !important;
}
.bg-grey-11 {
  background: #34343a !important;
}
.bg-grey-12 {
  background: #222226 !important;
}
.bg-grey-13 {
  background: #121214 !important;
}
.bg-grey-14 {
  background: #121214 !important;
}
.bg-blue-grey {
  background: #607d8b !important;
}
.bg-blue-grey-1 {
  background: #eceff1 !important;
}
.bg-blue-grey-2 {
  background: #cfd8dc !important;
}
.bg-blue-grey-3 {
  background: #b0bec5 !important;
}
.bg-blue-grey-4 {
  background: #90a4ae !important;
}
.bg-blue-grey-5 {
  background: #78909c !important;
}
.bg-blue-grey-6 {
  background: #607d8b !important;
}
.bg-blue-grey-7 {
  background: #546e7a !important;
}
.bg-blue-grey-8 {
  background: #455a64 !important;
}
.bg-blue-grey-9 {
  background: #37474f !important;
}
.bg-blue-grey-10 {
  background: #263238 !important;
}
.bg-blue-grey-11 {
  background: #cfd8dc !important;
}
.bg-blue-grey-12 {
  background: #b0bec5 !important;
}
.bg-blue-grey-13 {
  background: #78909c !important;
}
.bg-blue-grey-14 {
  background: #455a64 !important;
}
.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-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;
}
.row, .column, .flex {
  display: flex;
  flex-wrap: wrap;
}
.row.inline, .column.inline, .flex.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;
}
.justify-center, .flex-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;
}
.items-center, .flex-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;
}
.q-gutter-x-none, .q-gutter-none {
  margin-left: 0;
}
.q-gutter-x-none > *, .q-gutter-none > * {
  margin-left: 0;
}
.q-gutter-y-none, .q-gutter-none {
  margin-top: 0;
}
.q-gutter-y-none > *, .q-gutter-none > * {
  margin-top: 0;
}
.q-col-gutter-x-none, .q-col-gutter-none {
  margin-left: 0;
}
.q-col-gutter-x-none > *, .q-col-gutter-none > * {
  padding-left: 0;
}
.q-col-gutter-y-none, .q-col-gutter-none {
  margin-top: 0;
}
.q-col-gutter-y-none > *, .q-col-gutter-none > * {
  padding-top: 0;
}
.q-gutter-x-xs, .q-gutter-xs {
  margin-left: -4px;
}
.q-gutter-x-xs > *, .q-gutter-xs > * {
  margin-left: 4px;
}
.q-gutter-y-xs, .q-gutter-xs {
  margin-top: -4px;
}
.q-gutter-y-xs > *, .q-gutter-xs > * {
  margin-top: 4px;
}
.q-col-gutter-x-xs, .q-col-gutter-xs {
  margin-left: -4px;
}
.q-col-gutter-x-xs > *, .q-col-gutter-xs > * {
  padding-left: 4px;
}
.q-col-gutter-y-xs, .q-col-gutter-xs {
  margin-top: -4px;
}
.q-col-gutter-y-xs > *, .q-col-gutter-xs > * {
  padding-top: 4px;
}
.q-gutter-x-sm, .q-gutter-sm {
  margin-left: -8px;
}
.q-gutter-x-sm > *, .q-gutter-sm > * {
  margin-left: 8px;
}
.q-gutter-y-sm, .q-gutter-sm {
  margin-top: -8px;
}
.q-gutter-y-sm > *, .q-gutter-sm > * {
  margin-top: 8px;
}
.q-col-gutter-x-sm, .q-col-gutter-sm {
  margin-left: -8px;
}
.q-col-gutter-x-sm > *, .q-col-gutter-sm > * {
  padding-left: 8px;
}
.q-col-gutter-y-sm, .q-col-gutter-sm {
  margin-top: -8px;
}
.q-col-gutter-y-sm > *, .q-col-gutter-sm > * {
  padding-top: 8px;
}
.q-gutter-x-md, .q-gutter-md {
  margin-left: -16px;
}
.q-gutter-x-md > *, .q-gutter-md > * {
  margin-left: 16px;
}
.q-gutter-y-md, .q-gutter-md {
  margin-top: -16px;
}
.q-gutter-y-md > *, .q-gutter-md > * {
  margin-top: 16px;
}
.q-col-gutter-x-md, .q-col-gutter-md {
  margin-left: -16px;
}
.q-col-gutter-x-md > *, .q-col-gutter-md > * {
  padding-left: 16px;
}
.q-col-gutter-y-md, .q-col-gutter-md {
  margin-top: -16px;
}
.q-col-gutter-y-md > *, .q-col-gutter-md > * {
  padding-top: 16px;
}
.q-gutter-x-lg, .q-gutter-lg {
  margin-left: -24px;
}
.q-gutter-x-lg > *, .q-gutter-lg > * {
  margin-left: 24px;
}
.q-gutter-y-lg, .q-gutter-lg {
  margin-top: -24px;
}
.q-gutter-y-lg > *, .q-gutter-lg > * {
  margin-top: 24px;
}
.q-col-gutter-x-lg, .q-col-gutter-lg {
  margin-left: -24px;
}
.q-col-gutter-x-lg > *, .q-col-gutter-lg > * {
  padding-left: 24px;
}
.q-col-gutter-y-lg, .q-col-gutter-lg {
  margin-top: -24px;
}
.q-col-gutter-y-lg > *, .q-col-gutter-lg > * {
  padding-top: 24px;
}
.q-gutter-x-xl, .q-gutter-xl {
  margin-left: -48px;
}
.q-gutter-x-xl > *, .q-gutter-xl > * {
  margin-left: 48px;
}
.q-gutter-y-xl, .q-gutter-xl {
  margin-top: -48px;
}
.q-gutter-y-xl > *, .q-gutter-xl > * {
  margin-top: 48px;
}
.q-col-gutter-x-xl, .q-col-gutter-xl {
  margin-left: -48px;
}
.q-col-gutter-x-xl > *, .q-col-gutter-xl > * {
  padding-left: 48px;
}
.q-col-gutter-y-xl, .q-col-gutter-xl {
  margin-top: -48px;
}
.q-col-gutter-y-xl > *, .q-col-gutter-xl > * {
  padding-top: 48px;
}
@media (min-width: 0) {
  .row > .col, .flex > .col, .row > .col-auto, .flex > .col-auto, .row > .col-grow, .flex > .col-grow, .row > .col-shrink, .flex > .col-shrink, .row > .col-xs, .flex > .col-xs, .row > .col-xs-auto, .row > .col-12, .row > .col-xs-12, .row > .col-11, .row > .col-xs-11, .row > .col-10, .row > .col-xs-10, .row > .col-9, .row > .col-xs-9, .row > .col-8, .row > .col-xs-8, .row > .col-7, .row > .col-xs-7, .row > .col-6, .row > .col-xs-6, .row > .col-5, .row > .col-xs-5, .row > .col-4, .row > .col-xs-4, .row > .col-3, .row > .col-xs-3, .row > .col-2, .row > .col-xs-2, .row > .col-1, .row > .col-xs-1, .row > .col-0, .row > .col-xs-0, .flex > .col-xs-auto, .flex > .col-12, .flex > .col-xs-12, .flex > .col-11, .flex > .col-xs-11, .flex > .col-10, .flex > .col-xs-10, .flex > .col-9, .flex > .col-xs-9, .flex > .col-8, .flex > .col-xs-8, .flex > .col-7, .flex > .col-xs-7, .flex > .col-6, .flex > .col-xs-6, .flex > .col-5, .flex > .col-xs-5, .flex > .col-4, .flex > .col-xs-4, .flex > .col-3, .flex > .col-xs-3, .flex > .col-2, .flex > .col-xs-2, .flex > .col-1, .flex > .col-xs-1, .flex > .col-0, .flex > .col-xs-0, .row > .col-xs-grow, .flex > .col-xs-grow, .row > .col-xs-shrink, .flex > .col-xs-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col, .flex > .col, .column > .col-auto, .flex > .col-auto, .column > .col-grow, .flex > .col-grow, .column > .col-shrink, .flex > .col-shrink, .column > .col-xs, .flex > .col-xs, .column > .col-xs-auto, .column > .col-12, .column > .col-xs-12, .column > .col-11, .column > .col-xs-11, .column > .col-10, .column > .col-xs-10, .column > .col-9, .column > .col-xs-9, .column > .col-8, .column > .col-xs-8, .column > .col-7, .column > .col-xs-7, .column > .col-6, .column > .col-xs-6, .column > .col-5, .column > .col-xs-5, .column > .col-4, .column > .col-xs-4, .column > .col-3, .column > .col-xs-3, .column > .col-2, .column > .col-xs-2, .column > .col-1, .column > .col-xs-1, .column > .col-0, .column > .col-xs-0, .flex > .col-xs-auto, .flex > .col-12, .flex > .col-xs-12, .flex > .col-11, .flex > .col-xs-11, .flex > .col-10, .flex > .col-xs-10, .flex > .col-9, .flex > .col-xs-9, .flex > .col-8, .flex > .col-xs-8, .flex > .col-7, .flex > .col-xs-7, .flex > .col-6, .flex > .col-xs-6, .flex > .col-5, .flex > .col-xs-5, .flex > .col-4, .flex > .col-xs-4, .flex > .col-3, .flex > .col-xs-3, .flex > .col-2, .flex > .col-xs-2, .flex > .col-1, .flex > .col-xs-1, .flex > .col-0, .flex > .col-xs-0, .column > .col-xs-grow, .flex > .col-xs-grow, .column > .col-xs-shrink, .flex > .col-xs-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col, .col-xs {
    flex: 10000 1 0%;
  }
  .col-auto, .col-xs-auto, .col-12, .col-xs-12, .col-11, .col-xs-11, .col-10, .col-xs-10, .col-9, .col-xs-9, .col-8, .col-xs-8, .col-7, .col-xs-7, .col-6, .col-xs-6, .col-5, .col-xs-5, .col-4, .col-xs-4, .col-3, .col-xs-3, .col-2, .col-xs-2, .col-1, .col-xs-1, .col-0, .col-xs-0 {
    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) {
  .row > .col-sm, .flex > .col-sm, .row > .col-sm-auto, .row > .col-sm-12, .row > .col-sm-11, .row > .col-sm-10, .row > .col-sm-9, .row > .col-sm-8, .row > .col-sm-7, .row > .col-sm-6, .row > .col-sm-5, .row > .col-sm-4, .row > .col-sm-3, .row > .col-sm-2, .row > .col-sm-1, .row > .col-sm-0, .flex > .col-sm-auto, .flex > .col-sm-12, .flex > .col-sm-11, .flex > .col-sm-10, .flex > .col-sm-9, .flex > .col-sm-8, .flex > .col-sm-7, .flex > .col-sm-6, .flex > .col-sm-5, .flex > .col-sm-4, .flex > .col-sm-3, .flex > .col-sm-2, .flex > .col-sm-1, .flex > .col-sm-0, .row > .col-sm-grow, .flex > .col-sm-grow, .row > .col-sm-shrink, .flex > .col-sm-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-sm, .flex > .col-sm, .column > .col-sm-auto, .column > .col-sm-12, .column > .col-sm-11, .column > .col-sm-10, .column > .col-sm-9, .column > .col-sm-8, .column > .col-sm-7, .column > .col-sm-6, .column > .col-sm-5, .column > .col-sm-4, .column > .col-sm-3, .column > .col-sm-2, .column > .col-sm-1, .column > .col-sm-0, .flex > .col-sm-auto, .flex > .col-sm-12, .flex > .col-sm-11, .flex > .col-sm-10, .flex > .col-sm-9, .flex > .col-sm-8, .flex > .col-sm-7, .flex > .col-sm-6, .flex > .col-sm-5, .flex > .col-sm-4, .flex > .col-sm-3, .flex > .col-sm-2, .flex > .col-sm-1, .flex > .col-sm-0, .column > .col-sm-grow, .flex > .col-sm-grow, .column > .col-sm-shrink, .flex > .col-sm-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-sm {
    flex: 10000 1 0%;
  }
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm-0 {
    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) {
  .row > .col-md, .flex > .col-md, .row > .col-md-auto, .row > .col-md-12, .row > .col-md-11, .row > .col-md-10, .row > .col-md-9, .row > .col-md-8, .row > .col-md-7, .row > .col-md-6, .row > .col-md-5, .row > .col-md-4, .row > .col-md-3, .row > .col-md-2, .row > .col-md-1, .row > .col-md-0, .flex > .col-md-auto, .flex > .col-md-12, .flex > .col-md-11, .flex > .col-md-10, .flex > .col-md-9, .flex > .col-md-8, .flex > .col-md-7, .flex > .col-md-6, .flex > .col-md-5, .flex > .col-md-4, .flex > .col-md-3, .flex > .col-md-2, .flex > .col-md-1, .flex > .col-md-0, .row > .col-md-grow, .flex > .col-md-grow, .row > .col-md-shrink, .flex > .col-md-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-md, .flex > .col-md, .column > .col-md-auto, .column > .col-md-12, .column > .col-md-11, .column > .col-md-10, .column > .col-md-9, .column > .col-md-8, .column > .col-md-7, .column > .col-md-6, .column > .col-md-5, .column > .col-md-4, .column > .col-md-3, .column > .col-md-2, .column > .col-md-1, .column > .col-md-0, .flex > .col-md-auto, .flex > .col-md-12, .flex > .col-md-11, .flex > .col-md-10, .flex > .col-md-9, .flex > .col-md-8, .flex > .col-md-7, .flex > .col-md-6, .flex > .col-md-5, .flex > .col-md-4, .flex > .col-md-3, .flex > .col-md-2, .flex > .col-md-1, .flex > .col-md-0, .column > .col-md-grow, .flex > .col-md-grow, .column > .col-md-shrink, .flex > .col-md-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-md {
    flex: 10000 1 0%;
  }
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md-0 {
    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) {
  .row > .col-lg, .flex > .col-lg, .row > .col-lg-auto, .row > .col-lg-12, .row > .col-lg-11, .row > .col-lg-10, .row > .col-lg-9, .row > .col-lg-8, .row > .col-lg-7, .row > .col-lg-6, .row > .col-lg-5, .row > .col-lg-4, .row > .col-lg-3, .row > .col-lg-2, .row > .col-lg-1, .row > .col-lg-0, .flex > .col-lg-auto, .flex > .col-lg-12, .flex > .col-lg-11, .flex > .col-lg-10, .flex > .col-lg-9, .flex > .col-lg-8, .flex > .col-lg-7, .flex > .col-lg-6, .flex > .col-lg-5, .flex > .col-lg-4, .flex > .col-lg-3, .flex > .col-lg-2, .flex > .col-lg-1, .flex > .col-lg-0, .row > .col-lg-grow, .flex > .col-lg-grow, .row > .col-lg-shrink, .flex > .col-lg-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-lg, .flex > .col-lg, .column > .col-lg-auto, .column > .col-lg-12, .column > .col-lg-11, .column > .col-lg-10, .column > .col-lg-9, .column > .col-lg-8, .column > .col-lg-7, .column > .col-lg-6, .column > .col-lg-5, .column > .col-lg-4, .column > .col-lg-3, .column > .col-lg-2, .column > .col-lg-1, .column > .col-lg-0, .flex > .col-lg-auto, .flex > .col-lg-12, .flex > .col-lg-11, .flex > .col-lg-10, .flex > .col-lg-9, .flex > .col-lg-8, .flex > .col-lg-7, .flex > .col-lg-6, .flex > .col-lg-5, .flex > .col-lg-4, .flex > .col-lg-3, .flex > .col-lg-2, .flex > .col-lg-1, .flex > .col-lg-0, .column > .col-lg-grow, .flex > .col-lg-grow, .column > .col-lg-shrink, .flex > .col-lg-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-lg {
    flex: 10000 1 0%;
  }
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg-0 {
    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;
  }
}
@media (min-width: 1920px) {
  .row > .col-xl, .flex > .col-xl, .row > .col-xl-auto, .row > .col-xl-12, .row > .col-xl-11, .row > .col-xl-10, .row > .col-xl-9, .row > .col-xl-8, .row > .col-xl-7, .row > .col-xl-6, .row > .col-xl-5, .row > .col-xl-4, .row > .col-xl-3, .row > .col-xl-2, .row > .col-xl-1, .row > .col-xl-0, .flex > .col-xl-auto, .flex > .col-xl-12, .flex > .col-xl-11, .flex > .col-xl-10, .flex > .col-xl-9, .flex > .col-xl-8, .flex > .col-xl-7, .flex > .col-xl-6, .flex > .col-xl-5, .flex > .col-xl-4, .flex > .col-xl-3, .flex > .col-xl-2, .flex > .col-xl-1, .flex > .col-xl-0, .row > .col-xl-grow, .flex > .col-xl-grow, .row > .col-xl-shrink, .flex > .col-xl-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-xl, .flex > .col-xl, .column > .col-xl-auto, .column > .col-xl-12, .column > .col-xl-11, .column > .col-xl-10, .column > .col-xl-9, .column > .col-xl-8, .column > .col-xl-7, .column > .col-xl-6, .column > .col-xl-5, .column > .col-xl-4, .column > .col-xl-3, .column > .col-xl-2, .column > .col-xl-1, .column > .col-xl-0, .flex > .col-xl-auto, .flex > .col-xl-12, .flex > .col-xl-11, .flex > .col-xl-10, .flex > .col-xl-9, .flex > .col-xl-8, .flex > .col-xl-7, .flex > .col-xl-6, .flex > .col-xl-5, .flex > .col-xl-4, .flex > .col-xl-3, .flex > .col-xl-2, .flex > .col-xl-1, .flex > .col-xl-0, .column > .col-xl-grow, .flex > .col-xl-grow, .column > .col-xl-shrink, .flex > .col-xl-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-xl {
    flex: 10000 1 0%;
  }
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl-0 {
    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;
  }
}
.rounded-borders {
  border-radius: 4px;
}
.border-radius-inherit {
  border-radius: inherit;
}
.no-transition {
  transition: none !important;
}
.transition-0 {
  transition: 0s !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;
}
.q-placeholder::placeholder {
  color: inherit;
  opacity: 0.7;
}
.q-body--fullscreen-mixin, .q-body--prevent-scroll {
  position: fixed !important;
}
.q-body--force-scrollbar-x {
  overflow-x: scroll;
}
.q-body--force-scrollbar-y {
  overflow-y: scroll;
}
.q-no-input-spinner {
  -moz-appearance: textfield !important;
}
.q-no-input-spinner::-webkit-outer-spin-button, .q-no-input-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.q-link {
  outline: 0;
  text-decoration: none;
}
.q-link--focusable:focus-visible {
  -webkit-text-decoration: underline dashed currentColor 1px;
          text-decoration: underline dashed currentColor 1px;
}
body.electron .q-electron-drag {
  -webkit-user-select: none;
  -webkit-app-region: drag;
}
body.electron .q-electron-drag .q-btn-item, body.electron .q-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,
body.mobile .scroll--mobile {
  overflow: auto;
}
.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 !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) /* rtl:ignore */;
}
.rotate-90 {
  transform: rotate(90deg) /* rtl:ignore */;
}
.rotate-135 {
  transform: rotate(135deg) /* rtl:ignore */;
}
.rotate-180 {
  transform: rotate(180deg) /* rtl:ignore */;
}
.rotate-225 {
  transform: rotate(225deg) /* rtl:ignore */;
}
.rotate-270 {
  transform: rotate(270deg) /* rtl:ignore */;
}
.rotate-315 {
  transform: rotate(315deg) /* rtl:ignore */;
}
.flip-horizontal {
  transform: scaleX(-1);
}
.flip-vertical {
  transform: scaleY(-1);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative-position {
  position: relative;
}
.fixed,
.fixed-full,
.fullscreen,
.fixed-center,
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
  position: fixed;
}
.absolute,
.absolute-full,
.absolute-center,
.absolute-bottom,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right {
  position: absolute;
}
.fixed-top, .absolute-top {
  top: 0;
  left: 0;
  right: 0;
}
.fixed-right, .absolute-right {
  top: 0;
  right: 0;
  bottom: 0;
}
.fixed-bottom, .absolute-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-left, .absolute-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.fixed-top-left, .absolute-top-left {
  top: 0;
  left: 0;
}
.fixed-top-right, .absolute-top-right {
  top: 0;
  right: 0;
}
.fixed-bottom-left, .absolute-bottom-left {
  bottom: 0;
  left: 0;
}
.fixed-bottom-right, .absolute-bottom-right {
  bottom: 0;
  right: 0;
}
.fullscreen {
  z-index: 6000;
  border-radius: 0 !important;
  max-width: 100vw;
  max-height: 100vh;
}
body.q-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, .fullscreen, .fixed-full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-center, .absolute-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;
}
/* internal: */
.q-position-engine {
  margin-top: var(--q-pe-top, 0) !important;
  margin-left: var(--q-pe-left, 0) !important;
  will-change: auto;
  visibility: collapse;
}
:root {
  --q-size-xs: 0;
  --q-size-sm: 600px;
  --q-size-md: 1024px;
  --q-size-lg: 1440px;
  --q-size-xl: 1920px;
}
.fit {
  width: 100% !important;
  height: 100% !important;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100vh !important;
}
.window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.q-pa-none {
  padding: 0 0;
}
.q-pl-none {
  padding-left: 0;
}
.q-pr-none {
  padding-right: 0;
}
.q-pt-none {
  padding-top: 0;
}
.q-pb-none {
  padding-bottom: 0;
}
.q-px-none {
  padding-left: 0;
  padding-right: 0;
}
.q-py-none {
  padding-top: 0;
  padding-bottom: 0;
}
.q-ma-none {
  margin: 0 0;
}
.q-ml-none {
  margin-left: 0;
}
.q-mr-none {
  margin-right: 0;
}
.q-mt-none {
  margin-top: 0;
}
.q-mb-none {
  margin-bottom: 0;
}
.q-mx-none {
  margin-left: 0;
  margin-right: 0;
}
.q-my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.q-pa-xs {
  padding: 4px 4px;
}
.q-pl-xs {
  padding-left: 4px;
}
.q-pr-xs {
  padding-right: 4px;
}
.q-pt-xs {
  padding-top: 4px;
}
.q-pb-xs {
  padding-bottom: 4px;
}
.q-px-xs {
  padding-left: 4px;
  padding-right: 4px;
}
.q-py-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.q-ma-xs {
  margin: 4px 4px;
}
.q-ml-xs {
  margin-left: 4px;
}
.q-mr-xs {
  margin-right: 4px;
}
.q-mt-xs {
  margin-top: 4px;
}
.q-mb-xs {
  margin-bottom: 4px;
}
.q-mx-xs {
  margin-left: 4px;
  margin-right: 4px;
}
.q-my-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.q-pa-sm {
  padding: 8px 8px;
}
.q-pl-sm {
  padding-left: 8px;
}
.q-pr-sm {
  padding-right: 8px;
}
.q-pt-sm {
  padding-top: 8px;
}
.q-pb-sm {
  padding-bottom: 8px;
}
.q-px-sm {
  padding-left: 8px;
  padding-right: 8px;
}
.q-py-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.q-ma-sm {
  margin: 8px 8px;
}
.q-ml-sm {
  margin-left: 8px;
}
.q-mr-sm {
  margin-right: 8px;
}
.q-mt-sm {
  margin-top: 8px;
}
.q-mb-sm {
  margin-bottom: 8px;
}
.q-mx-sm {
  margin-left: 8px;
  margin-right: 8px;
}
.q-my-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.q-pa-md {
  padding: 16px 16px;
}
.q-pl-md {
  padding-left: 16px;
}
.q-pr-md {
  padding-right: 16px;
}
.q-pt-md {
  padding-top: 16px;
}
.q-pb-md {
  padding-bottom: 16px;
}
.q-px-md {
  padding-left: 16px;
  padding-right: 16px;
}
.q-py-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.q-ma-md {
  margin: 16px 16px;
}
.q-ml-md {
  margin-left: 16px;
}
.q-mr-md {
  margin-right: 16px;
}
.q-mt-md {
  margin-top: 16px;
}
.q-mb-md {
  margin-bottom: 16px;
}
.q-mx-md {
  margin-left: 16px;
  margin-right: 16px;
}
.q-my-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.q-pa-lg {
  padding: 24px 24px;
}
.q-pl-lg {
  padding-left: 24px;
}
.q-pr-lg {
  padding-right: 24px;
}
.q-pt-lg {
  padding-top: 24px;
}
.q-pb-lg {
  padding-bottom: 24px;
}
.q-px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.q-py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.q-ma-lg {
  margin: 24px 24px;
}
.q-ml-lg {
  margin-left: 24px;
}
.q-mr-lg {
  margin-right: 24px;
}
.q-mt-lg {
  margin-top: 24px;
}
.q-mb-lg {
  margin-bottom: 24px;
}
.q-mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.q-my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.q-pa-xl {
  padding: 48px 48px;
}
.q-pl-xl {
  padding-left: 48px;
}
.q-pr-xl {
  padding-right: 48px;
}
.q-pt-xl {
  padding-top: 48px;
}
.q-pb-xl {
  padding-bottom: 48px;
}
.q-px-xl {
  padding-left: 48px;
  padding-right: 48px;
}
.q-py-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.q-ma-xl {
  margin: 48px 48px;
}
.q-ml-xl {
  margin-left: 48px;
}
.q-mr-xl {
  margin-right: 48px;
}
.q-mt-xl {
  margin-top: 48px;
}
.q-mb-xl {
  margin-bottom: 48px;
}
.q-mx-xl {
  margin-left: 48px;
  margin-right: 48px;
}
.q-my-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.q-mt-auto, .q-my-auto {
  margin-top: auto;
}
.q-ml-auto {
  margin-left: auto;
}
.q-mb-auto, .q-my-auto {
  margin-bottom: auto;
}
.q-mr-auto {
  margin-right: auto;
}
.q-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.q-touch {
  -webkit-user-select: none;
          user-select: none;
  user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}
.q-touch-x {
  touch-action: pan-x;
}
.q-touch-y {
  touch-action: pan-y;
}
:root {
  --q-transition-duration: .3s;
}
.q-transition--slide-right-enter-active, .q-transition--slide-right-leave-active, .q-transition--slide-left-enter-active, .q-transition--slide-left-leave-active, .q-transition--slide-up-enter-active, .q-transition--slide-up-leave-active, .q-transition--slide-down-enter-active, .q-transition--slide-down-leave-active, .q-transition--jump-right-enter-active, .q-transition--jump-right-leave-active, .q-transition--jump-left-enter-active, .q-transition--jump-left-leave-active, .q-transition--jump-up-enter-active, .q-transition--jump-up-leave-active, .q-transition--jump-down-enter-active, .q-transition--jump-down-leave-active, .q-transition--fade-enter-active, .q-transition--fade-leave-active, .q-transition--scale-enter-active, .q-transition--scale-leave-active, .q-transition--rotate-enter-active, .q-transition--rotate-leave-active, .q-transition--flip-enter-active, .q-transition--flip-leave-active {
  --q-transition-duration: .3s;
  --q-transition-easing: cubic-bezier(0.215,0.61,0.355,1);
}
.q-transition--slide-right-leave-active, .q-transition--slide-left-leave-active, .q-transition--slide-up-leave-active, .q-transition--slide-down-leave-active, .q-transition--jump-right-leave-active, .q-transition--jump-left-leave-active, .q-transition--jump-up-leave-active, .q-transition--jump-down-leave-active, .q-transition--fade-leave-active, .q-transition--scale-leave-active, .q-transition--rotate-leave-active, .q-transition--flip-leave-active {
  position: absolute;
}
.q-transition--slide-right-enter-active, .q-transition--slide-right-leave-active, .q-transition--slide-left-enter-active, .q-transition--slide-left-leave-active, .q-transition--slide-up-enter-active, .q-transition--slide-up-leave-active, .q-transition--slide-down-enter-active, .q-transition--slide-down-leave-active {
  transition: transform var(--q-transition-duration) var(--q-transition-easing);
}
.q-transition--slide-right-enter-from {
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-right-leave-to {
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-enter-from {
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-leave-to {
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-up-enter-from {
  transform: translate3d(0, 100%, 0);
}
.q-transition--slide-up-leave-to {
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-enter-from {
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
}
.q-transition--jump-right-enter-active, .q-transition--jump-right-leave-active, .q-transition--jump-left-enter-active, .q-transition--jump-left-leave-active, .q-transition--jump-up-enter-active, .q-transition--jump-up-leave-active, .q-transition--jump-down-enter-active, .q-transition--jump-down-leave-active {
  transition: opacity var(--q-transition-duration), transform var(--q-transition-duration);
}
.q-transition--jump-right-enter-from, .q-transition--jump-right-leave-to, .q-transition--jump-left-enter-from, .q-transition--jump-left-leave-to, .q-transition--jump-up-enter-from, .q-transition--jump-up-leave-to, .q-transition--jump-down-enter-from, .q-transition--jump-down-leave-to {
  opacity: 0;
}
.q-transition--jump-right-enter-from {
  transform: translate3d(-15px, 0, 0);
}
.q-transition--jump-right-leave-to {
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-enter-from {
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-leave-to {
  transform: translateX(-15px);
}
.q-transition--jump-up-enter-from {
  transform: translate3d(0, 15px, 0);
}
.q-transition--jump-up-leave-to {
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-enter-from {
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-leave-to {
  transform: translate3d(0, 15px, 0);
}
.q-transition--fade-enter-active, .q-transition--fade-leave-active {
  transition: opacity var(--q-transition-duration) ease-out;
}
.q-transition--fade-enter-from, .q-transition--fade-leave-to {
  opacity: 0;
}
.q-transition--scale-enter-active, .q-transition--scale-leave-active {
  transition: opacity var(--q-transition-duration), transform var(--q-transition-duration) var(--q-transition-easing);
}
.q-transition--scale-enter-from, .q-transition--scale-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1);
}
.q-transition--rotate-enter-active, .q-transition--rotate-leave-active {
  transition: opacity var(--q-transition-duration), transform var(--q-transition-duration) var(--q-transition-easing);
  transform-style: preserve-3d;
}
.q-transition--rotate-enter-from, .q-transition--rotate-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg);
}
.q-transition--flip-right-enter-active, .q-transition--flip-right-leave-active, .q-transition--flip-left-enter-active, .q-transition--flip-left-leave-active, .q-transition--flip-up-enter-active, .q-transition--flip-up-leave-active, .q-transition--flip-down-enter-active, .q-transition--flip-down-leave-active {
  transition: transform var(--q-transition-duration);
  backface-visibility: hidden;
}
.q-transition--flip-right-enter-to, .q-transition--flip-right-leave-from, .q-transition--flip-left-enter-to, .q-transition--flip-left-leave-from, .q-transition--flip-up-enter-to, .q-transition--flip-up-leave-from, .q-transition--flip-down-enter-to, .q-transition--flip-down-leave-from {
  transform: perspective(400px) rotate3d(1, 1, 0, 0deg);
}
.q-transition--flip-right-enter-from {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-right-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-enter-from {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-up-enter-from {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
.q-transition--flip-up-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-transition--flip-down-enter-from {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-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;
}
h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em;
}
h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em;
}
h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}
h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em;
}
h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
p {
  margin: 0 0 16px;
}
.text-h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em;
}
.text-h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em;
}
.text-h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}
.text-h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em;
}
.text-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
.text-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
.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;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.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-bold {
  font-weight: 700;
}
.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-box-shadow {
  box-shadow: none !important;
}
.no-outline {
  outline: 0 !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  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 {
  display: none !important;
}
.invisible, .invisible * {
  visibility: hidden !important;
  transition: none !important;
  animation: none !important;
}
.transparent {
  background: transparent !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !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 /* rtl:ignore */;
  bottom: 0;
  left: 0 /* rtl:ignore */;
}
.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;
}
body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
  display: none !important;
}
body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
  display: none !important;
}
body:not(.native-mobile) .native-mobile-only,
body.native-mobile .native-mobile-hide {
  display: none !important;
}
body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
  display: none !important;
}
body:not(.capacitor) .capacitor-only,
body.capacitor .capacitor-hide {
  display: none !important;
}
body:not(.electron) .electron-only,
body.electron .electron-hide {
  display: none !important;
}
body:not(.touch) .touch-only,
body.touch .touch-hide {
  display: none !important;
}
body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
  display: none !important;
}
body:not(.platform-ios) .platform-ios-only,
body.platform-ios .platform-ios-hide {
  display: none !important;
}
body:not(.platform-android) .platform-android-only,
body.platform-android .platform-android-hide {
  display: none !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) {
  .xs-hide, .gt-xs, .sm, .gt-sm, .md, .gt-md, .lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1023.98px) {
  .sm-hide, .xs, .lt-sm, .gt-sm, .md, .gt-md, .lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .md-hide, .xs, .lt-sm, .sm, .lt-md, .gt-md, .lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .lg-hide, .xs, .lt-sm, .sm, .lt-md, .md, .lt-lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .xl-hide, .xs, .lt-sm, .sm, .lt-md, .md, .lt-lg, .lg, .lt-xl {
    display: none !important;
  }
}
.q-focus-helper, .q-focusable, .q-manual-focusable, .q-hoverable {
  outline: 0;
}
body.desktop .q-focus-helper {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  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 .q-focus-helper:before, body.desktop .q-focus-helper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  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.desktop .q-focus-helper:before {
  background: #000;
}
body.desktop .q-focus-helper:after {
  background: #fff;
}
body.desktop .q-focus-helper--rounded {
  border-radius: 4px;
}
body.desktop .q-focus-helper--round {
  border-radius: 50%;
}
body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper, body.desktop .q-hoverable:hover > .q-focus-helper {
  background: currentColor;
  opacity: 0.15;
}
body.desktop .q-focusable:focus > .q-focus-helper:before, body.desktop .q-manual-focusable--focused > .q-focus-helper:before, body.desktop .q-hoverable:hover > .q-focus-helper:before {
  opacity: 0.1;
}
body.desktop .q-focusable:focus > .q-focus-helper:after, body.desktop .q-manual-focusable--focused > .q-focus-helper:after, body.desktop .q-hoverable:hover > .q-focus-helper:after {
  opacity: 0.4;
}
body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper {
  opacity: 0.22;
}
body.body--dark {
  color: #fff;
  background: var(--q-dark-page);
}
.q-dark {
  color: #fff;
  background: var(--q-dark);
}.q-btn.eh-button {
  text-transform: none;
}
.q-btn.eh-button::before,
.q-btn.eh-button .q-focus-helper,
.q-btn.eh-button .q-ripple {
  display: none;
}
.q-btn.eh-button.glossy {
  background-image: none !important;
}
.q-btn.eh-button.q-btn--outline {
  background: none !important;
}
.q-btn.eh-button.q-btn .q-icon, .q-btn.eh-button.q-btn .q-spinner {
  font-size: initial;
}
.q-btn.eh-button:focus {
  box-shadow: 0px 0px 0px 1.5px #ffffff, 0px 0px 2px 3px rgba(29, 155, 240, 0.5);
}
.q-btn.eh-button {
  --web-kit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  min-height: auto;
  padding: 0;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}
.q-btn.eh-button {
  font-family: "Manrope", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3333333333;
  border-radius: 44px;
  padding: 11px 24px;
}
.q-btn.eh-button--small {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
  border-radius: 36px;
  padding: 7px 20px;
}
.q-btn.eh-button--large {
  font-family: "Manrope", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3333333333;
  border-radius: 52px;
  padding: 15px 32px;
}
.q-btn.eh-button--x-large {
  font-family: "Manrope", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3333333333;
  border-radius: 60px;
  padding: 19px 40px;
}
.q-btn.eh-button, .q-btn.eh-button:visited, .q-btn.eh-button--primary, .q-btn.eh-button--primary:visited {
  background-color: #005482 !important;
  border-color: transparent !important;
  color: #ffffff !important;
}
.q-btn.eh-button:hover, .q-btn.eh-button--primary:hover {
  background-color: #28729f !important;
  border-color: transparent !important;
  color: #ffffff !important;
}
.q-btn.eh-button:active, .q-btn.eh-button--primary:active {
  background-color: #004976 !important;
  border-color: transparent !important;
  color: #ffffff !important;
}
.q-btn.eh-button:disabled, .q-btn.eh-button--primary:disabled {
  background-color: #a2a2a6 !important;
  border-color: transparent !important;
  color: #ffffff !important;
}
.q-btn.eh-button--secondary, .q-btn.eh-button--secondary:visited {
  background-color: transparent !important;
  border-color: #d2d2d4 !important;
  color: #68686e !important;
}
.q-btn.eh-button--secondary:hover {
  background-color: #f7f7f7 !important;
  border-color: #d2d2d4 !important;
  color: #57575e !important;
}
.q-btn.eh-button--secondary:active {
  background-color: #f7f7f7 !important;
  border-color: #bababd !important;
  color: #57575e !important;
}
.q-btn.eh-button--secondary:disabled {
  background-color: transparent !important;
  border-color: #dededf !important;
  color: #a2a2a6 !important;
}
.q-btn.eh-button--tertiary, .q-btn.eh-button--tertiary:visited {
  background-color: #f2f9ff !important;
  border-color: #b3d4ee !important;
  color: #005482 !important;
}
.q-btn.eh-button--tertiary:hover {
  background-color: #def0ff !important;
  border-color: #b3d4ee !important;
  color: #005482 !important;
}
.q-btn.eh-button--tertiary:active {
  background-color: #def0ff !important;
  border-color: #81b3d9 !important;
  color: #003d66 !important;
}
.q-btn.eh-button--tertiary:disabled {
  background-color: #f7f7f7 !important;
  border-color: #dededf !important;
  color: #a2a2a6 !important;
}
.q-btn.eh-button--accept, .q-btn.eh-button--accept:visited {
  background-color: #1aaa55 !important;
  border-color: #1aaa55 !important;
  color: #ffffff !important;
}
.q-btn.eh-button--accept:hover {
  background-color: #1aaa55 !important;
  border-color: #1aaa55 !important;
  color: #ffffff !important;
  opacity: 0.8;
}
.q-btn.eh-button--accept:active {
  background-color: #1aaa55 !important;
  border-color: #1aaa55 !important;
  color: #ffffff !important;
}
.q-btn.eh-button--accept:disabled {
  background-color: #1aaa55 !important;
  border-color: #1aaa55 !important;
  color: #ffffff !important;
  opacity: 0.8;
}
.q-btn.eh-button--reject, .q-btn.eh-button--reject:visited {
  background-color: #db3b21 !important;
  border-color: #db3b21 !important;
  color: #ffffff !important;
}
.q-btn.eh-button--reject:hover {
  background-color: #db3b21 !important;
  border-color: #db3b21 !important;
  color: #ffffff !important;
  opacity: 0.8;
}
.q-btn.eh-button--reject:active {
  background-color: #db3b21 !important;
  border-color: #db3b21 !important;
  color: #ffffff !important;
}
.q-btn.eh-button--reject:disabled {
  background-color: #ffffff !important;
  border-color: #dededf !important;
  color: #ffffff !important;
  opacity: 0.8;
}
.q-btn.eh-button--text, .q-btn.eh-button--text:visited {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #68686e !important;
}
.q-btn.eh-button--text:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #57575e !important;
}
.q-btn.eh-button--text:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #57575e !important;
}
.q-btn.eh-button--text:disabled {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #a2a2a6 !important;
}
.q-card.eh-card {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  background-color: #f2f9ff;
  overflow: hidden;
}
.q-card.eh-card .q-card__section--vert {
  padding: 20px 64px 20px 24px;
}
.q-card.eh-card > .q-card__section {
  border-top: 1px solid #b3d4ee;
}
.q-card.eh-card > .q-card__section:first-child {
  border-top: none;
}
.q-card.eh-card .eh-card__card-section-button {
  color: #2d99d4;
  right: 20px;
  min-height: 0px;
  min-width: 0px;
  top: 16px;
  padding: 4px;
  position: absolute;
}
.q-card.eh-card .eh-card__card-section-button:hover, .q-card.eh-card .eh-card__card-section-button:focus {
  color: #005482;
}
.q-card.eh-card .eh-card__card-section-button::before,
.q-card.eh-card .eh-card__card-section-button .q-focus-helper,
.q-card.eh-card .eh-card__card-section-button .q-ripple {
  display: none;
}
.q-card.eh-card .eh-card__card-section-button.glossy {
  background-image: none !important;
}
.q-card.eh-card .eh-card__card-section-button.q-btn--outline {
  background: none !important;
}
.q-card.eh-card .eh-card__card-section-button.q-btn .q-icon, .q-card.eh-card .eh-card__card-section-button.q-btn .q-spinner {
  font-size: 20px;
}
.q-card.eh-card .q-expansion-item .q-separator {
  background: #b3d4ee;
}
.q-card.eh-card .q-expansion-item .q-separator.q-expansion-item__border--top {
  opacity: 1 !important;
}
.q-card.eh-card .q-expansion-item .q-separator.q-expansion-item__border--bottom {
  opacity: 0 !important;
}
.q-card.eh-card .q-expansion-item .q-item {
  padding: 20px 24px;
}
.q-card.eh-card .q-expansion-item .q-item:hover .q-item__section--side, .q-card.eh-card .q-expansion-item .q-item:focus .q-item__section--side,
.q-card.eh-card .q-expansion-item .q-item .q-item__section--side:hover,
.q-card.eh-card .q-expansion-item .q-item .q-item__section--side:focus {
  color: #005482;
}
.q-card.eh-card .q-expansion-item .q-item .q-item__label {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #005482;
  font-weight: 700;
}
.q-card.eh-card .q-expansion-item .q-item .q-item__section--side {
  color: #2d99d4;
}
.q-card.eh-card .q-list .q-item {
  padding: 0;
}
.q-card.eh-card .q-list .q-item .q-item__section--side {
  padding-right: 12px;
}
.q-card.eh-card .q-list .q-item .q-item__section--avatar {
  min-width: auto;
}
.q-card.eh-card .q-list .q-item.q-link:hover, .q-card.eh-card .q-list .q-item.q-link:focus {
  text-decoration: underline;
}
.q-chip.eh-chip {
  background: initial !important;
  height: auto;
  max-width: initial;
}
.q-chip.eh-chip::before,
.q-chip.eh-chip .q-ripple {
  display: none;
}
.q-chip.eh-chip.q-chip--outline {
  border: transparent;
}
.q-chip.eh-chip .q-chip__icon {
  color: inherit;
  display: inline-flex;
  font-size: inherit;
  margin: 0;
  opacity: initial;
}
.q-chip.eh-chip .q-icon::after, .q-chip.eh-chip .q-icon::before {
  display: block !important;
}
.q-chip.eh-chip {
  --web-kit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  min-height: auto;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5384615385;
  align-items: center;
  background-color: #f2f9ff !important;
  border-color: #def0ff;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.6666666667;
  padding: 5px 7px;
  text-decoration: none;
}
.q-chip.eh-chip,
.q-chip.eh-chip .q-chip__content {
  color: #005482 !important;
}
.q-chip.eh-chip .q-chip__content,
.q-chip.eh-chip .q-chip__content > *:not(:first-child),
.q-chip.eh-chip .q-chip__icon--right,
.q-chip.eh-chip .q-chip__icon {
  padding-left: 4px;
}
.q-chip.eh-chip i:before {
  padding-left: 4.5px;
}
.q-chip.eh-chip:hover {
  background-color: #def0ff !important;
  border-color: #b3d4ee !important;
  color: #005482 !important;
}
.q-chip.eh-chip:active {
  background-color: #def0ff !important;
  border-color: #81b3d9 !important;
  color: #003d66 !important;
}
.q-chip.eh-chip:disabled {
  background-color: #f7f7f7 !important;
  border-color: #dededf !important;
  color: #a2a2a6 !important;
}
.q-date.eh-date-picker {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.eh-drawer-icon .outlined {
  opacity: 1;
}
.eh-drawer-icon .filled,
.eh-drawer-icon .selected {
  opacity: 0;
}
.eh-drawer-icon .outlined,
.eh-drawer-icon .filled,
.eh-drawer-icon .selected {
  transition: opacity 0.1s;
}
.eh-drawer-icon .outlined .foreground {
  fill: #005482;
}
.eh-drawer-icon .filled .foreground {
  fill: #005482;
}
.eh-drawer-icon .selected .background {
  fill: #005482;
}
.eh-drawer-icon .selected .foreground {
  fill: #ffffff;
}
.q-header.eh-header {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #dededf;
  display: flex;
  height: 68px;
  padding: 0px 32px;
}
.q-header.eh-header .eh-header__search {
  width: 110px;
}
@media screen and (min-width: 375px) {
  .q-header.eh-header .eh-header__search {
    width: 160px;
  }
}
@media screen and (min-width: 600px) {
  .q-header.eh-header .eh-header__search {
    width: auto;
  }
}
.q-header.eh-header .eh-header__search .q-field__control {
  background: #f7f7f7 !important;
  height: 36px;
}
.q-header.eh-header .eh-header__search .q-field__control, .q-header.eh-header .eh-header__search .q-field__control:hover, .q-header.eh-header .eh-header__search .q-field__control:before {
  border: none !important;
}
.q-header.eh-header .eh-header__search .q-field__control .q-icon {
  color: #848489;
}
.q-header.eh-header .eh-header__search .q-field__marginal,
.q-header.eh-header .eh-header__search .q-field__native,
.q-header.eh-header .eh-header__search .q-field__prefix,
.q-header.eh-header .eh-header__search .q-field__suffix,
.q-header.eh-header .eh-header__search .q-field__input {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3333333333;
  color: #848489;
}
@media screen and (min-width: 375px) {
  .q-header.eh-header .patient-search {
    width: 100%;
    margin-left: 10px;
  }
}
@media screen and (min-width: 900px) {
  .q-header.eh-header .patient-search {
    width: 334px;
  }
}
.q-header.eh-header .q-field__native,
.q-header.eh-header .q-field__prefix,
.q-header.eh-header .q-field__suffix,
.q-header.eh-header .q-field__input {
  padding: 0;
}
.q-header.eh-header .q-field__native,
.q-header.eh-header .q-field--auto-height .q-field__control,
.q-header.eh-header .q-field--auto-height .q-field__native {
  min-height: auto;
}
.q-btn.eh-icon-button {
  --web-kit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  min-height: auto;
  padding: 0;
  align-items: center;
  display: inline-flex;
  color: #57575e;
  font-size: 1.25rem;
  height: 25px;
  justify-content: center;
  line-height: 1;
  width: 25px;
}
.q-btn.eh-icon-button:hover, .q-btn.eh-icon-button:focus {
  color: #005482;
}
.q-btn.eh-icon-button::before,
.q-btn.eh-icon-button .q-focus-helper,
.q-btn.eh-icon-button .q-ripple {
  display: none;
}
.q-btn.eh-icon-button.glossy {
  background-image: none !important;
}
.q-btn.eh-icon-button.q-btn--outline {
  background: none !important;
}
.q-btn.eh-icon-button.q-btn .q-icon, .q-btn.eh-icon-button.q-btn .q-spinner {
  font-size: 20px;
}
.q-footer.eh-footer {
  align-items: center;
  background-color: #ffffff;
  border-top: 1px solid #dededf;
  display: flex;
  height: 76px;
  padding: 0 32px;
}
.eh-modal {
  background-color: #ffffff;
  border-radius: 16px;
  display: block;
  padding: 36px 32px 32px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .eh-modal {
    min-width: 440px;
    padding: 32px;
  }
}
.eh-modal .eh-modal__close-button {
  --web-kit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  min-height: auto;
  padding: 0;
  align-items: center;
  background: transparent;
  border-radius: 24px;
  border-style: none;
  border-width: 0;
  color: #57575e;
  display: inline-flex;
  right: 16px;
  justify-content: center;
  text-decoration: none;
  text-transform: none;
  top: 16px;
  position: absolute;
}
.eh-modal .eh-modal__close-button:hover, .eh-modal .eh-modal__close-button:focus {
  box-shadow: 0px 0px 0px 1.5px #ffffff, 0px 0px 2px 3px rgba(29, 155, 240, 0.5);
}
.eh-modal .eh-modal__close-button::before,
.eh-modal .eh-modal__close-button .q-focus-helper,
.eh-modal .eh-modal__close-button .q-ripple {
  display: none;
}
.eh-modal .eh-modal__close-button.glossy {
  background-image: none !important;
}
.eh-modal .eh-modal__close-button.q-btn--outline {
  background: none !important;
}
.eh-modal .eh-modal__close-button.q-btn .q-icon, .eh-modal .eh-modal__close-button.q-btn .q-spinner {
  font-size: 20px;
}
.q-separator.eh-separator.q-separator--horizontal {
  background: #eaeaeb;
  height: 3px;
}
.q-chip.eh-status-indicator {
  background: initial !important;
  height: auto;
  max-width: initial;
}
.q-chip.eh-status-indicator::before,
.q-chip.eh-status-indicator .q-ripple {
  display: none;
}
.q-chip.eh-status-indicator, .q-chip.eh-status-indicator.q-chip--outline {
  border: transparent;
}
.q-chip.eh-status-indicator .q-chip__icon {
  color: inherit;
  font-size: inherit;
}
.q-chip.eh-status-indicator {
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5384615385;
  align-items: center;
  border-color: transparent;
  border-radius: 24px;
  border-width: 0;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.6666666667;
  padding: 2px 12px;
}
.q-chip.eh-status-indicator, .q-chip.eh-status-indicator--gray, .q-chip.eh-status-indicator.bg-gray {
  background-color: #eaeaeb !important;
}
.q-chip.eh-status-indicator,
.q-chip.eh-status-indicator .q-chip__content, .q-chip.eh-status-indicator--gray,
.q-chip.eh-status-indicator--gray .q-chip__content, .q-chip.eh-status-indicator.bg-gray,
.q-chip.eh-status-indicator.bg-gray .q-chip__content {
  color: #848489 !important;
}
.q-chip.eh-status-indicator--blue, .q-chip.eh-status-indicator.bg-blue {
  background-color: #def0ff !important;
}
.q-chip.eh-status-indicator--blue,
.q-chip.eh-status-indicator--blue .q-chip__content, .q-chip.eh-status-indicator.bg-blue,
.q-chip.eh-status-indicator.bg-blue .q-chip__content {
  color: #005482 !important;
}
.q-chip.eh-status-indicator--orange, .q-chip.eh-status-indicator.bg-orange {
  background-color: #ffe9d8 !important;
}
.q-chip.eh-status-indicator--orange,
.q-chip.eh-status-indicator--orange .q-chip__content, .q-chip.eh-status-indicator.bg-orange,
.q-chip.eh-status-indicator.bg-orange .q-chip__content {
  color: #ab4d00 !important;
}
.q-chip.eh-status-indicator--purple, .q-chip.eh-status-indicator.bg-purple {
  background-color: #ede5ff !important;
}
.q-chip.eh-status-indicator--purple,
.q-chip.eh-status-indicator--purple .q-chip__content, .q-chip.eh-status-indicator.bg-purple,
.q-chip.eh-status-indicator.bg-purple .q-chip__content {
  color: #543a8e !important;
}
.q-chip.eh-status-indicator--navy, .q-chip.eh-status-indicator.bg-navy {
  background-color: #d7dffb !important;
}
.q-chip.eh-status-indicator--navy,
.q-chip.eh-status-indicator--navy .q-chip__content, .q-chip.eh-status-indicator.bg-navy,
.q-chip.eh-status-indicator.bg-navy .q-chip__content {
  color: #29429a !important;
}
.q-chip.eh-status-indicator--green, .q-chip.eh-status-indicator.bg-green {
  background-color: #d7fbea !important;
}
.q-chip.eh-status-indicator--green,
.q-chip.eh-status-indicator--green .q-chip__content, .q-chip.eh-status-indicator.bg-green,
.q-chip.eh-status-indicator.bg-green .q-chip__content {
  color: #378661 !important;
}
.q-chip.eh-status-indicator--red, .q-chip.eh-status-indicator.bg-red {
  background-color: #ffdcdc !important;
}
.q-chip.eh-status-indicator--red,
.q-chip.eh-status-indicator--red .q-chip__content, .q-chip.eh-status-indicator.bg-red,
.q-chip.eh-status-indicator.bg-red .q-chip__content {
  color: #b52e3e !important;
}
.q-chip.eh-status-indicator--teal, .q-chip.eh-status-indicator.bg-teal {
  background-color: #ddfdff !important;
}
.q-chip.eh-status-indicator--teal,
.q-chip.eh-status-indicator--teal .q-chip__content, .q-chip.eh-status-indicator.bg-teal,
.q-chip.eh-status-indicator.bg-teal .q-chip__content {
  color: #2a8f99 !important;
}
.q-header.eh-title-bar {
  align-items: flex-end;
  background-color: #ffffff;
  display: flex;
  height: 64px;
  padding: 0px 32px 0px 60px;
  top: 68px;
}
.q-header.eh-title-bar::after {
  background-color: #ffffff;
  bottom: -20px;
  content: "";
  display: block;
  left: -60px;
  height: 20px;
  position: absolute;
  width: calc(100% + 60px + 32px);
}
.eh-tooltip {
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5384615385;
  background-color: #ffffff;
  border-radius: 16px;
  color: #57575e;
  filter: drop-shadow(0px 0px 3px rgba(101, 134, 119, 0.2)) drop-shadow(0px 0px 15px rgba(101, 134, 119, 0.2));
  max-width: 280px;
  overflow: visible;
  padding: 32px;
  z-index: 2000;
}
.q-checkbox {
  margin-left: -8px;
}
.q-checkbox .q-checkbox__inner {
  font-size: 32px !important;
}
.q-checkbox .q-checkbox__bg {
  border: 1px solid #848489;
  border-radius: 4px;
}
.q-checkbox .q-checkbox__inner:before {
  display: none;
}
.q-checkbox:hover .q-checkbox__bg, .q-checkbox:focus .q-checkbox__bg {
  box-shadow: 0px 0px 0px 1px #1d9bf0, 0px 0px 2px 1px rgba(29, 155, 240, 0.5);
  border: 1px solid #2d99d4;
}
.q-dialog .q-dialog__backdrop {
  background: rgba(0, 0, 0, 0.2);
}
.q-dialog .q-dialog__inner > div {
  border-radius: 16px;
}
@media screen and (min-width: 0px) and (max-width: 639px) {
  .q-dialog .q-dialog__inner > div {
    background-color: #ffffff;
    max-height: none !important;
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .q-dialog .q-dialog__inner > div {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 0px) and (max-width: 639px) {
  .q-dialog .q-dialog__inner--minimized {
    padding: 8px;
  }
}
.q-drawer {
  background-color: #ffffff;
}
.q-drawer.q-drawer--left {
  box-shadow: 1px 0px 14px rgba(0, 0, 0, 0.07);
}
.q-drawer .q-item {
  padding: 0;
  width: 100%;
}
.q-drawer .q-item:focus,
.q-drawer .q-item:hover,
.q-drawer .q-item.q-focusable:focus,
.q-drawer .q-item.q-manual-focusable--focused,
.q-drawer .q-item.q-hoverable:hover,
.q-drawer .q-item.q-hoverable:hover {
  background-color: transparent;
}
.q-drawer.q-drawer--mini .q-drawer--hide-mini {
  visibility: hidden;
}
.q-drawer .q-drawer__empassion-logo,
.q-drawer .q-drawer__empassion-icon {
  display: block;
}
.q-drawer .q-drawer__empassion-logo {
  height: 29.45px;
  width: 130px;
}
.q-drawer .q-drawer__empassion-icon {
  height: 43.33px;
  width: 52px;
}
.q-drawer .q-drawer__drawer-icon-container {
  width: 52px;
  height: 52px;
}
.q-drawer .q-drawer__button {
  --web-kit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  min-height: auto;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3333333333;
  background-color: transparent;
  color: #005482;
  padding: 0px 16px;
  transition: background-color 0.3s;
  width: 100%;
}
.q-drawer .q-drawer__button:hover .eh-drawer-icon .filled, .q-drawer .q-drawer__button:focus .eh-drawer-icon .filled {
  opacity: 1;
}
.q-drawer .q-drawer__button:hover .eh-drawer-icon .outlined,
.q-drawer .q-drawer__button:hover .eh-drawer-icon .selected, .q-drawer .q-drawer__button:focus .eh-drawer-icon .outlined,
.q-drawer .q-drawer__button:focus .eh-drawer-icon .selected {
  opacity: 0;
}
.q-drawer .q-drawer__button::before,
.q-drawer .q-drawer__button .q-focus-helper,
.q-drawer .q-drawer__button .q-ripple {
  display: none;
}
.q-drawer .q-drawer__button.glossy {
  background-image: none !important;
}
.q-drawer .q-drawer__button.q-btn--outline {
  background: none !important;
}
.q-drawer .q-drawer__button.q-btn .q-icon, .q-drawer .q-drawer__button.q-btn .q-spinner {
  font-size: 24px;
}
.q-drawer .q-drawer__button,
.q-drawer .q-drawer__button .q-btn__content {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
}
.q-drawer .q-drawer__button .q-btn__content {
  justify-content: flex-start;
  text-transform: none;
}
.q-drawer .q-drawer__button--active .eh-drawer-icon .selected, .q-drawer .q-drawer__button--active:hover .eh-drawer-icon .selected, .q-drawer .q-drawer__button--active:focus .eh-drawer-icon .selected {
  opacity: 1;
}
.q-drawer .q-drawer__button--active .eh-drawer-icon .outlined,
.q-drawer .q-drawer__button--active .eh-drawer-icon .filled, .q-drawer .q-drawer__button--active:hover .eh-drawer-icon .outlined,
.q-drawer .q-drawer__button--active:hover .eh-drawer-icon .filled, .q-drawer .q-drawer__button--active:focus .eh-drawer-icon .outlined,
.q-drawer .q-drawer__button--active:focus .eh-drawer-icon .filled {
  opacity: 0;
}
.q-field {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
.q-field__native,
.q-field__prefix,
.q-field__suffix,
.q-field__input {
  color: #34343a;
}
.q-field__native::placeholder,
.q-field__prefix::placeholder,
.q-field__suffix::placeholder,
.q-field__input::placeholder {
  color: #68686e;
}
.q-field__native,
.q-field--auto-height .q-field__control,
.q-field--auto-height .q-field__native {
  min-height: 52px;
}
.q-field--auto-height .q-field__native,
.q-field--auto-height .q-field__prefix,
.q-field--auto-height .q-field__suffix {
  line-height: inherit;
}
.q-field__native,
.q-field__prefix,
.q-field__suffix,
.q-field__input {
  padding: 10px 0;
}
.q-field__native {
  gap: 4px;
}
.q-field__control,
.q-field__marginal {
  height: auto;
}
.q-field__marginal {
  color: #005482;
}
.q-field--outlined .q-field__control {
  border-radius: 8px;
  padding: 0 16px;
}
.q-field--outlined .q-field__control:hover:before, .q-field--outlined .q-field__control:before {
  border: 1px solid #dededf;
}
.q-field--outlined .q-field__control:after {
  border: 1px solid transparent;
}
.q-field--outlined.q-field--highlighted .q-field__control:after {
  border-width: 1px;
}
.q-field--focused.q-field--error.q-field--outlined.q-field--highlighted .q-field__control:after,
.q-field--outlined.q-field--highlighted .q-field__control:after {
  box-shadow: 0px 0px 0px 1px #1d9bf0, 0px 0px 2px 1px rgba(29, 155, 240, 0.5);
  border-color: #2d99d4;
}
.q-field--error.q-field--outlined.q-field--highlighted .q-field__control:after {
  border-color: #db3b21;
  box-shadow: none;
}
.q-field--readonly.q-field--outlined .q-field__control,
.q-field--disabled.q-field--outlined .q-field__control {
  background: #f7f7f7;
}
.q-field--readonly.q-field--outlined .q-field__control:hover:before, .q-field--readonly.q-field--outlined .q-field__control:before, .q-field--readonly.q-field--outlined .q-field__control:after,
.q-field--disabled.q-field--outlined .q-field__control:hover:before,
.q-field--disabled.q-field--outlined .q-field__control:before,
.q-field--disabled.q-field--outlined .q-field__control:after {
  border-style: dashed;
}
.q-field--readonly.q-field--outlined.q-field--highlighted .q-field__control:after, .q-field--readonly.q-field--error.q-field--outlined.q-field--highlighted .q-field__control:after,
.q-field--disabled.q-field--outlined.q-field--highlighted .q-field__control:after,
.q-field--disabled.q-field--error.q-field--outlined.q-field--highlighted .q-field__control:after {
  border-color: #dededf;
  box-shadow: none;
}
.q-field__after,
.q-field__append {
  padding-left: 8px;
}
.q-field__bottom {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
  padding: 8px 0 0;
}
.q-item {
  padding: 12px 24px;
}
.q-item,
.q-item .q-item__label {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #57575e;
  line-height: 1.5 !important;
}
.q-item .q-focus-helper {
  display: none;
}
.q-item:focus, .q-item:hover, .q-item.q-focusable:focus, .q-item.q-manual-focusable--focused, .q-item.q-hoverable:hover, .q-item.q-hoverable:hover {
  background-color: #f2f9ff;
}
.q-item:focus .q-item__label, .q-item:hover .q-item__label, .q-item.q-focusable:focus .q-item__label, .q-item.q-manual-focusable--focused .q-item__label, .q-item.q-hoverable:hover .q-item__label, .q-item.q-hoverable:hover .q-item__label {
  color: #005482;
}
.q-menu {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.q-menu .q-item {
  padding: 12px 16px;
}
.q-menu .q-item .q-item__section--side {
  padding-right: 12px;
}
.q-menu .q-item .q-checkbox {
  align-items: center;
  margin-left: 0;
}
.q-menu .q-item .q-checkbox .q-checkbox__inner {
  top: 0;
}
.eh-table {
  /* this is when the loading indicator appears */
}
.eh-table .q-table thead,
.eh-table .q-table tr,
.eh-table .q-table th,
.eh-table .q-table td {
  border-color: #eaeaeb;
}
.eh-table .q-table thead tr:first-child th {
  border-color: #dededf;
}
.eh-table .q-table__top,
.eh-table .q-table__bottom,
.eh-table thead tr:first-child th {
  /* bg color is important for th; just specify one */
  background-color: #ffffff;
}
.eh-table .q-table tbody tr:nth-child(odd),
.eh-table .q-table tbody tr:hover {
  background-color: #f7f7f7;
}
.eh-table .q-table tbody td {
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5384615385;
  color: #57575e;
}
.eh-table .q-table tbody td .q-icon {
  color: #005482;
  font-size: 1.5rem;
}
.eh-table thead tr th {
  position: sticky;
  z-index: 1;
}
.eh-table thead tr:first-child th {
  top: 0;
}
.eh-table.q-table--loading thead tr:last-child th {
  /* height of all previous header rows */
  top: 48px;
}
.eh-table .q-virtual-scroll__content {
  cursor: pointer;
}
.eh-table .q-td .q-chip.eh-status-indicator:last-child {
  margin-right: 0;
}
.eh-table-main {
  /* height or max-height is important */
  height: calc(100% - 68px);
  left: 0;
  position: fixed;
  top: 68px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .eh-table-main {
    left: 88px;
    width: calc(100% - 88px);
  }
}
.eh-table-main .q-table__top {
  height: 92px;
}
.q-textarea.q-field--outlined .q-field__control {
  padding-left: 0px;
  padding-right: 0px;
}
.q-textarea .q-field__native {
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
}
.text-h1 {
  font-family: "Manrope", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.1666666667;
}
.text-h2 {
  font-family: "Manrope", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.2;
}
.text-h3 {
  font-family: "Manrope", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
}
.text-h4 {
  font-family: "Manrope", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.1666666667;
}
.text-h5 {
  font-family: "Manrope", sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2941176471;
}
.text-subtitle1 {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
.text-subtitle2 {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}
.text-subtitle3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
.text-subtitle4 {
  font-family: "Manrope", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
.text-subtitle5 {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
}
.text-subtitle6 {
  font-family: "Manrope", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8181818182;
}
.text-body1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
.text-body2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5555555556;
}
.text-body3 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.text-body4 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
.text-body4b {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
.text-body5 {
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5384615385;
}
.text-overline1 {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.4;
  text-transform: uppercase;
}
.text-overline2 {
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.3333333333;
  text-transform: uppercase;
}
.text-overline3 {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.25;
  text-transform: uppercase;
}
.box-shadow-skim {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.box-shadow-lifted {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.box-shadow-raised {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.box-shadow-floating {
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
}
.text-gray-looker {
  color: #f6f8fa !important;
}
.bg-gray-looker {
  background: #f6f8fa !important;
}
.text-gray-1100 {
  color: #121214 !important;
}
.bg-gray-1100 {
  background: #121214 !important;
}
.text-gray-1000 {
  color: #222226 !important;
}
.bg-gray-1000 {
  background: #222226 !important;
}
.text-gray-900 {
  color: #34343a !important;
}
.bg-gray-900 {
  background: #34343a !important;
}
.text-gray-800 {
  color: #47474f !important;
}
.bg-gray-800 {
  background: #47474f !important;
}
.text-gray-700 {
  color: #57575e !important;
}
.bg-gray-700 {
  background: #57575e !important;
}
.text-gray-600 {
  color: #68686e !important;
}
.bg-gray-600 {
  background: #68686e !important;
}
.text-gray-500 {
  color: #848489 !important;
}
.bg-gray-500 {
  background: #848489 !important;
}
.text-gray-400 {
  color: #a2a2a6 !important;
}
.bg-gray-400 {
  background: #a2a2a6 !important;
}
.text-gray-300 {
  color: #bababd !important;
}
.bg-gray-300 {
  background: #bababd !important;
}
.text-gray-200 {
  color: #d2d2d4 !important;
}
.bg-gray-200 {
  background: #d2d2d4 !important;
}
.text-gray-100 {
  color: #dededf !important;
}
.bg-gray-100 {
  background: #dededf !important;
}
.text-gray-50 {
  color: #eaeaeb !important;
}
.bg-gray-50 {
  background: #eaeaeb !important;
}
.text-gray-0 {
  color: #f7f7f7 !important;
}
.bg-gray-0 {
  background: #f7f7f7 !important;
}
.text-blue-1100 {
  color: #000102 !important;
}
.bg-blue-1100 {
  background: #000102 !important;
}
.text-blue-1000 {
  color: #001220 !important;
}
.bg-blue-1000 {
  background: #001220 !important;
}
.text-blue-900 {
  color: #00213b !important;
}
.bg-blue-900 {
  background: #00213b !important;
}
.text-blue-800 {
  color: #002f52 !important;
}
.bg-blue-800 {
  background: #002f52 !important;
}
.text-blue-700 {
  color: #003d66 !important;
}
.bg-blue-700 {
  background: #003d66 !important;
}
.text-blue-600 {
  color: #004976 !important;
}
.bg-blue-600 {
  background: #004976 !important;
}
.text-blue-500 {
  color: #005482 !important;
}
.bg-blue-500 {
  background: #005482 !important;
}
.text-blue-400 {
  color: #28729f !important;
}
.bg-blue-400 {
  background: #28729f !important;
}
.text-blue-300 {
  color: #508eb8 !important;
}
.bg-blue-300 {
  background: #508eb8 !important;
}
.text-blue-200 {
  color: #81b3d9 !important;
}
.bg-blue-200 {
  background: #81b3d9 !important;
}
.text-blue-100 {
  color: #b3d4ee !important;
}
.bg-blue-100 {
  background: #b3d4ee !important;
}
.text-blue-50 {
  color: #def0ff !important;
}
.bg-blue-50 {
  background: #def0ff !important;
}
.text-blue-0 {
  color: #f2f9ff !important;
}
.bg-blue-0 {
  background: #f2f9ff !important;
}
.text-teal-1100 {
  color: #000303 !important;
}
.bg-teal-1100 {
  background: #000303 !important;
}
.text-teal-1000 {
  color: #062a2d !important;
}
.bg-teal-1000 {
  background: #062a2d !important;
}
.text-teal-900 {
  color: #0f4f55 !important;
}
.bg-teal-900 {
  background: #0f4f55 !important;
}
.text-teal-800 {
  color: #1b7079 !important;
}
.bg-teal-800 {
  background: #1b7079 !important;
}
.text-teal-700 {
  color: #2a8f99 !important;
}
.bg-teal-700 {
  background: #2a8f99 !important;
}
.text-teal-600 {
  color: #3eacb6 !important;
}
.bg-teal-600 {
  background: #3eacb6 !important;
}
.text-teal-500 {
  color: #54c5d0 !important;
}
.bg-teal-500 {
  background: #54c5d0 !important;
}
.text-teal-400 {
  color: #65d4de !important;
}
.bg-teal-400 {
  background: #65d4de !important;
}
.text-teal-300 {
  color: #78e0ea !important;
}
.bg-teal-300 {
  background: #78e0ea !important;
}
.text-teal-200 {
  color: #8deaf3 !important;
}
.bg-teal-200 {
  background: #8deaf3 !important;
}
.text-teal-100 {
  color: #a5f3fa !important;
}
.bg-teal-100 {
  background: #a5f3fa !important;
}
.text-teal-50 {
  color: #c0f9fe !important;
}
.bg-teal-50 {
  background: #c0f9fe !important;
}
.text-teal-0 {
  color: #ddfdff !important;
}
.bg-teal-0 {
  background: #ddfdff !important;
}
.text-teal-15 {
  color: #eeffff !important;
}
.bg-teal-15 {
  background: #eeffff !important;
}
.text-orange-1100 {
  color: #030100 !important;
}
.bg-orange-1100 {
  background: #030100 !important;
}
.text-orange-1000 {
  color: #2d1300 !important;
}
.bg-orange-1000 {
  background: #2d1300 !important;
}
.text-orange-900 {
  color: #572500 !important;
}
.bg-orange-900 {
  background: #572500 !important;
}
.text-orange-800 {
  color: #813900 !important;
}
.bg-orange-800 {
  background: #813900 !important;
}
.text-orange-700 {
  color: #ab4d00 !important;
}
.bg-orange-700 {
  background: #ab4d00 !important;
}
.text-orange-600 {
  color: #d5630c !important;
}
.bg-orange-600 {
  background: #d5630c !important;
}
.text-orange-500 {
  color: #f47920 !important;
}
.bg-orange-500 {
  background: #f47920 !important;
}
.text-orange-400 {
  color: #ff8a33 !important;
}
.bg-orange-400 {
  background: #ff8a33 !important;
}
.text-orange-300 {
  color: #ff9b49 !important;
}
.bg-orange-300 {
  background: #ff9b49 !important;
}
.text-orange-200 {
  color: #ffae6c !important;
}
.bg-orange-200 {
  background: #ffae6c !important;
}
.text-orange-100 {
  color: #ffc190 !important;
}
.bg-orange-100 {
  background: #ffc190 !important;
}
.text-orange-50 {
  color: #ffd4bf !important;
}
.bg-orange-50 {
  background: #ffd4bf !important;
}
.text-orange-0 {
  color: #ffe9d8 !important;
}
.bg-orange-0 {
  background: #ffe9d8 !important;
}
.text-black {
  color: #000000 !important;
}
.bg-black {
  background: #000000 !important;
}
.text-blue {
  color: #005482 !important;
}
.bg-blue {
  background: #005482 !important;
}
.text-primary {
  color: #005482 !important;
}
.bg-primary {
  background: #005482 !important;
}
.text-teal {
  color: #54c5d0 !important;
}
.bg-teal {
  background: #54c5d0 !important;
}
.text-transparent {
  color: transparent !important;
}
.bg-transparent {
  background: transparent !important;
}
.text-orange {
  color: #f47920 !important;
}
.bg-orange {
  background: #f47920 !important;
}
.text-white {
  color: #ffffff !important;
}
.bg-white {
  background: #ffffff !important;
}
.text-yellow-orange {
  color: #ffac38 !important;
}
.bg-yellow-orange {
  background: #ffac38 !important;
}
.text-light-blue {
  color: #2d99d4 !important;
}
.bg-light-blue {
  background: #2d99d4 !important;
}
.text-green {
  color: #11a688 !important;
}
.bg-green {
  background: #11a688 !important;
}
.text-success {
  color: #1aaa55 !important;
}
.bg-success {
  background: #1aaa55 !important;
}
.text-alert {
  color: #fc9403 !important;
}
.bg-alert {
  background: #fc9403 !important;
}
.text-error {
  color: #db3b21 !important;
}
.bg-error {
  background: #db3b21 !important;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.py-0 {
  padding-bottom: 0px;
  padding-top: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pa-0 {
  padding: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.my-0 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.ma-0 {
  margin: 0px;
}
.pt-1 {
  padding-top: 1px;
}
.pb-1 {
  padding-bottom: 1px;
}
.py-1 {
  padding-bottom: 1px;
  padding-top: 1px;
}
.pl-1 {
  padding-left: 1px;
}
.pr-1 {
  padding-right: 1px;
}
.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}
.pa-1 {
  padding: 1px;
}
.mt-1 {
  margin-top: 1px;
}
.mb-1 {
  margin-bottom: 1px;
}
.my-1 {
  margin-bottom: 1px;
  margin-top: 1px;
}
.ml-1 {
  margin-left: 1px;
}
.mr-1 {
  margin-right: 1px;
}
.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.ma-1 {
  margin: 1px;
}
.pt-2 {
  padding-top: 2px;
}
.pb-2 {
  padding-bottom: 2px;
}
.py-2 {
  padding-bottom: 2px;
  padding-top: 2px;
}
.pl-2 {
  padding-left: 2px;
}
.pr-2 {
  padding-right: 2px;
}
.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.pa-2 {
  padding: 2px;
}
.mt-2 {
  margin-top: 2px;
}
.mb-2 {
  margin-bottom: 2px;
}
.my-2 {
  margin-bottom: 2px;
  margin-top: 2px;
}
.ml-2 {
  margin-left: 2px;
}
.mr-2 {
  margin-right: 2px;
}
.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}
.ma-2 {
  margin: 2px;
}
.pt-3 {
  padding-top: 3px;
}
.pb-3 {
  padding-bottom: 3px;
}
.py-3 {
  padding-bottom: 3px;
  padding-top: 3px;
}
.pl-3 {
  padding-left: 3px;
}
.pr-3 {
  padding-right: 3px;
}
.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.pa-3 {
  padding: 3px;
}
.mt-3 {
  margin-top: 3px;
}
.mb-3 {
  margin-bottom: 3px;
}
.my-3 {
  margin-bottom: 3px;
  margin-top: 3px;
}
.ml-3 {
  margin-left: 3px;
}
.mr-3 {
  margin-right: 3px;
}
.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}
.ma-3 {
  margin: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pb-4 {
  padding-bottom: 4px;
}
.py-4 {
  padding-bottom: 4px;
  padding-top: 4px;
}
.pl-4 {
  padding-left: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.pa-4 {
  padding: 4px;
}
.mt-4 {
  margin-top: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.my-4 {
  margin-bottom: 4px;
  margin-top: 4px;
}
.ml-4 {
  margin-left: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}
.ma-4 {
  margin: 4px;
}
.pt-8 {
  padding-top: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.py-8 {
  padding-bottom: 8px;
  padding-top: 8px;
}
.pl-8 {
  padding-left: 8px;
}
.pr-8 {
  padding-right: 8px;
}
.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.pa-8 {
  padding: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.my-8 {
  margin-bottom: 8px;
  margin-top: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.ma-8 {
  margin: 8px;
}
.pt-12 {
  padding-top: 12px;
}
.pb-12 {
  padding-bottom: 12px;
}
.py-12 {
  padding-bottom: 12px;
  padding-top: 12px;
}
.pl-12 {
  padding-left: 12px;
}
.pr-12 {
  padding-right: 12px;
}
.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.pa-12 {
  padding: 12px;
}
.mt-12 {
  margin-top: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.my-12 {
  margin-bottom: 12px;
  margin-top: 12px;
}
.ml-12 {
  margin-left: 12px;
}
.mr-12 {
  margin-right: 12px;
}
.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}
.ma-12 {
  margin: 12px;
}
.pt-16 {
  padding-top: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.py-16 {
  padding-bottom: 16px;
  padding-top: 16px;
}
.pl-16 {
  padding-left: 16px;
}
.pr-16 {
  padding-right: 16px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.pa-16 {
  padding: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.my-16 {
  margin-bottom: 16px;
  margin-top: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}
.ma-16 {
  margin: 16px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pa-20 {
  padding: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.my-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.ma-20 {
  margin: 20px;
}
.pt-24 {
  padding-top: 24px;
}
.pb-24 {
  padding-bottom: 24px;
}
.py-24 {
  padding-bottom: 24px;
  padding-top: 24px;
}
.pl-24 {
  padding-left: 24px;
}
.pr-24 {
  padding-right: 24px;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.pa-24 {
  padding: 24px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.my-24 {
  margin-bottom: 24px;
  margin-top: 24px;
}
.ml-24 {
  margin-left: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}
.ma-24 {
  margin: 24px;
}
.pt-28 {
  padding-top: 28px;
}
.pb-28 {
  padding-bottom: 28px;
}
.py-28 {
  padding-bottom: 28px;
  padding-top: 28px;
}
.pl-28 {
  padding-left: 28px;
}
.pr-28 {
  padding-right: 28px;
}
.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}
.pa-28 {
  padding: 28px;
}
.mt-28 {
  margin-top: 28px;
}
.mb-28 {
  margin-bottom: 28px;
}
.my-28 {
  margin-bottom: 28px;
  margin-top: 28px;
}
.ml-28 {
  margin-left: 28px;
}
.mr-28 {
  margin-right: 28px;
}
.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}
.ma-28 {
  margin: 28px;
}
.pt-32 {
  padding-top: 32px;
}
.pb-32 {
  padding-bottom: 32px;
}
.py-32 {
  padding-bottom: 32px;
  padding-top: 32px;
}
.pl-32 {
  padding-left: 32px;
}
.pr-32 {
  padding-right: 32px;
}
.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.pa-32 {
  padding: 32px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}
.my-32 {
  margin-bottom: 32px;
  margin-top: 32px;
}
.ml-32 {
  margin-left: 32px;
}
.mr-32 {
  margin-right: 32px;
}
.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}
.ma-32 {
  margin: 32px;
}
.pt-36 {
  padding-top: 36px;
}
.pb-36 {
  padding-bottom: 36px;
}
.py-36 {
  padding-bottom: 36px;
  padding-top: 36px;
}
.pl-36 {
  padding-left: 36px;
}
.pr-36 {
  padding-right: 36px;
}
.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}
.pa-36 {
  padding: 36px;
}
.mt-36 {
  margin-top: 36px;
}
.mb-36 {
  margin-bottom: 36px;
}
.my-36 {
  margin-bottom: 36px;
  margin-top: 36px;
}
.ml-36 {
  margin-left: 36px;
}
.mr-36 {
  margin-right: 36px;
}
.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}
.ma-36 {
  margin: 36px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.py-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pa-40 {
  padding: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.my-40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.ma-40 {
  margin: 40px;
}
.pt-44 {
  padding-top: 44px;
}
.pb-44 {
  padding-bottom: 44px;
}
.py-44 {
  padding-bottom: 44px;
  padding-top: 44px;
}
.pl-44 {
  padding-left: 44px;
}
.pr-44 {
  padding-right: 44px;
}
.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}
.pa-44 {
  padding: 44px;
}
.mt-44 {
  margin-top: 44px;
}
.mb-44 {
  margin-bottom: 44px;
}
.my-44 {
  margin-bottom: 44px;
  margin-top: 44px;
}
.ml-44 {
  margin-left: 44px;
}
.mr-44 {
  margin-right: 44px;
}
.mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}
.ma-44 {
  margin: 44px;
}
.pt-48 {
  padding-top: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.py-48 {
  padding-bottom: 48px;
  padding-top: 48px;
}
.pl-48 {
  padding-left: 48px;
}
.pr-48 {
  padding-right: 48px;
}
.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}
.pa-48 {
  padding: 48px;
}
.mt-48 {
  margin-top: 48px;
}
.mb-48 {
  margin-bottom: 48px;
}
.my-48 {
  margin-bottom: 48px;
  margin-top: 48px;
}
.ml-48 {
  margin-left: 48px;
}
.mr-48 {
  margin-right: 48px;
}
.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}
.ma-48 {
  margin: 48px;
}
.pt-52 {
  padding-top: 52px;
}
.pb-52 {
  padding-bottom: 52px;
}
.py-52 {
  padding-bottom: 52px;
  padding-top: 52px;
}
.pl-52 {
  padding-left: 52px;
}
.pr-52 {
  padding-right: 52px;
}
.px-52 {
  padding-left: 52px;
  padding-right: 52px;
}
.pa-52 {
  padding: 52px;
}
.mt-52 {
  margin-top: 52px;
}
.mb-52 {
  margin-bottom: 52px;
}
.my-52 {
  margin-bottom: 52px;
  margin-top: 52px;
}
.ml-52 {
  margin-left: 52px;
}
.mr-52 {
  margin-right: 52px;
}
.mx-52 {
  margin-left: 52px;
  margin-right: 52px;
}
.ma-52 {
  margin: 52px;
}
.pt-56 {
  padding-top: 56px;
}
.pb-56 {
  padding-bottom: 56px;
}
.py-56 {
  padding-bottom: 56px;
  padding-top: 56px;
}
.pl-56 {
  padding-left: 56px;
}
.pr-56 {
  padding-right: 56px;
}
.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}
.pa-56 {
  padding: 56px;
}
.mt-56 {
  margin-top: 56px;
}
.mb-56 {
  margin-bottom: 56px;
}
.my-56 {
  margin-bottom: 56px;
  margin-top: 56px;
}
.ml-56 {
  margin-left: 56px;
}
.mr-56 {
  margin-right: 56px;
}
.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}
.ma-56 {
  margin: 56px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.py-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pa-60 {
  padding: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.my-60 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.ma-60 {
  margin: 60px;
}
.pt-64 {
  padding-top: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.py-64 {
  padding-bottom: 64px;
  padding-top: 64px;
}
.pl-64 {
  padding-left: 64px;
}
.pr-64 {
  padding-right: 64px;
}
.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}
.pa-64 {
  padding: 64px;
}
.mt-64 {
  margin-top: 64px;
}
.mb-64 {
  margin-bottom: 64px;
}
.my-64 {
  margin-bottom: 64px;
  margin-top: 64px;
}
.ml-64 {
  margin-left: 64px;
}
.mr-64 {
  margin-right: 64px;
}
.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}
.ma-64 {
  margin: 64px;
}
.pt-68 {
  padding-top: 68px;
}
.pb-68 {
  padding-bottom: 68px;
}
.py-68 {
  padding-bottom: 68px;
  padding-top: 68px;
}
.pl-68 {
  padding-left: 68px;
}
.pr-68 {
  padding-right: 68px;
}
.px-68 {
  padding-left: 68px;
  padding-right: 68px;
}
.pa-68 {
  padding: 68px;
}
.mt-68 {
  margin-top: 68px;
}
.mb-68 {
  margin-bottom: 68px;
}
.my-68 {
  margin-bottom: 68px;
  margin-top: 68px;
}
.ml-68 {
  margin-left: 68px;
}
.mr-68 {
  margin-right: 68px;
}
.mx-68 {
  margin-left: 68px;
  margin-right: 68px;
}
.ma-68 {
  margin: 68px;
}
.pt-72 {
  padding-top: 72px;
}
.pb-72 {
  padding-bottom: 72px;
}
.py-72 {
  padding-bottom: 72px;
  padding-top: 72px;
}
.pl-72 {
  padding-left: 72px;
}
.pr-72 {
  padding-right: 72px;
}
.px-72 {
  padding-left: 72px;
  padding-right: 72px;
}
.pa-72 {
  padding: 72px;
}
.mt-72 {
  margin-top: 72px;
}
.mb-72 {
  margin-bottom: 72px;
}
.my-72 {
  margin-bottom: 72px;
  margin-top: 72px;
}
.ml-72 {
  margin-left: 72px;
}
.mr-72 {
  margin-right: 72px;
}
.mx-72 {
  margin-left: 72px;
  margin-right: 72px;
}
.ma-72 {
  margin: 72px;
}
.pt-76 {
  padding-top: 76px;
}
.pb-76 {
  padding-bottom: 76px;
}
.py-76 {
  padding-bottom: 76px;
  padding-top: 76px;
}
.pl-76 {
  padding-left: 76px;
}
.pr-76 {
  padding-right: 76px;
}
.px-76 {
  padding-left: 76px;
  padding-right: 76px;
}
.pa-76 {
  padding: 76px;
}
.mt-76 {
  margin-top: 76px;
}
.mb-76 {
  margin-bottom: 76px;
}
.my-76 {
  margin-bottom: 76px;
  margin-top: 76px;
}
.ml-76 {
  margin-left: 76px;
}
.mr-76 {
  margin-right: 76px;
}
.mx-76 {
  margin-left: 76px;
  margin-right: 76px;
}
.ma-76 {
  margin: 76px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.py-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.pa-80 {
  padding: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.my-80 {
  margin-bottom: 80px;
  margin-top: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.ma-80 {
  margin: 80px;
}
.pt-84 {
  padding-top: 84px;
}
.pb-84 {
  padding-bottom: 84px;
}
.py-84 {
  padding-bottom: 84px;
  padding-top: 84px;
}
.pl-84 {
  padding-left: 84px;
}
.pr-84 {
  padding-right: 84px;
}
.px-84 {
  padding-left: 84px;
  padding-right: 84px;
}
.pa-84 {
  padding: 84px;
}
.mt-84 {
  margin-top: 84px;
}
.mb-84 {
  margin-bottom: 84px;
}
.my-84 {
  margin-bottom: 84px;
  margin-top: 84px;
}
.ml-84 {
  margin-left: 84px;
}
.mr-84 {
  margin-right: 84px;
}
.mx-84 {
  margin-left: 84px;
  margin-right: 84px;
}
.ma-84 {
  margin: 84px;
}
.pt-88 {
  padding-top: 88px;
}
.pb-88 {
  padding-bottom: 88px;
}
.py-88 {
  padding-bottom: 88px;
  padding-top: 88px;
}
.pl-88 {
  padding-left: 88px;
}
.pr-88 {
  padding-right: 88px;
}
.px-88 {
  padding-left: 88px;
  padding-right: 88px;
}
.pa-88 {
  padding: 88px;
}
.mt-88 {
  margin-top: 88px;
}
.mb-88 {
  margin-bottom: 88px;
}
.my-88 {
  margin-bottom: 88px;
  margin-top: 88px;
}
.ml-88 {
  margin-left: 88px;
}
.mr-88 {
  margin-right: 88px;
}
.mx-88 {
  margin-left: 88px;
  margin-right: 88px;
}
.ma-88 {
  margin: 88px;
}
.pt-92 {
  padding-top: 92px;
}
.pb-92 {
  padding-bottom: 92px;
}
.py-92 {
  padding-bottom: 92px;
  padding-top: 92px;
}
.pl-92 {
  padding-left: 92px;
}
.pr-92 {
  padding-right: 92px;
}
.px-92 {
  padding-left: 92px;
  padding-right: 92px;
}
.pa-92 {
  padding: 92px;
}
.mt-92 {
  margin-top: 92px;
}
.mb-92 {
  margin-bottom: 92px;
}
.my-92 {
  margin-bottom: 92px;
  margin-top: 92px;
}
.ml-92 {
  margin-left: 92px;
}
.mr-92 {
  margin-right: 92px;
}
.mx-92 {
  margin-left: 92px;
  margin-right: 92px;
}
.ma-92 {
  margin: 92px;
}
.pt-96 {
  padding-top: 96px;
}
.pb-96 {
  padding-bottom: 96px;
}
.py-96 {
  padding-bottom: 96px;
  padding-top: 96px;
}
.pl-96 {
  padding-left: 96px;
}
.pr-96 {
  padding-right: 96px;
}
.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}
.pa-96 {
  padding: 96px;
}
.mt-96 {
  margin-top: 96px;
}
.mb-96 {
  margin-bottom: 96px;
}
.my-96 {
  margin-bottom: 96px;
  margin-top: 96px;
}
.ml-96 {
  margin-left: 96px;
}
.mr-96 {
  margin-right: 96px;
}
.mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}
.ma-96 {
  margin: 96px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.py-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pa-100 {
  padding: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.my-100 {
  margin-bottom: 100px;
  margin-top: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.ma-100 {
  margin: 100px;
}
.pt-104 {
  padding-top: 104px;
}
.pb-104 {
  padding-bottom: 104px;
}
.py-104 {
  padding-bottom: 104px;
  padding-top: 104px;
}
.pl-104 {
  padding-left: 104px;
}
.pr-104 {
  padding-right: 104px;
}
.px-104 {
  padding-left: 104px;
  padding-right: 104px;
}
.pa-104 {
  padding: 104px;
}
.mt-104 {
  margin-top: 104px;
}
.mb-104 {
  margin-bottom: 104px;
}
.my-104 {
  margin-bottom: 104px;
  margin-top: 104px;
}
.ml-104 {
  margin-left: 104px;
}
.mr-104 {
  margin-right: 104px;
}
.mx-104 {
  margin-left: 104px;
  margin-right: 104px;
}
.ma-104 {
  margin: 104px;
}
.pt-108 {
  padding-top: 108px;
}
.pb-108 {
  padding-bottom: 108px;
}
.py-108 {
  padding-bottom: 108px;
  padding-top: 108px;
}
.pl-108 {
  padding-left: 108px;
}
.pr-108 {
  padding-right: 108px;
}
.px-108 {
  padding-left: 108px;
  padding-right: 108px;
}
.pa-108 {
  padding: 108px;
}
.mt-108 {
  margin-top: 108px;
}
.mb-108 {
  margin-bottom: 108px;
}
.my-108 {
  margin-bottom: 108px;
  margin-top: 108px;
}
.ml-108 {
  margin-left: 108px;
}
.mr-108 {
  margin-right: 108px;
}
.mx-108 {
  margin-left: 108px;
  margin-right: 108px;
}
.ma-108 {
  margin: 108px;
}
.pt-112 {
  padding-top: 112px;
}
.pb-112 {
  padding-bottom: 112px;
}
.py-112 {
  padding-bottom: 112px;
  padding-top: 112px;
}
.pl-112 {
  padding-left: 112px;
}
.pr-112 {
  padding-right: 112px;
}
.px-112 {
  padding-left: 112px;
  padding-right: 112px;
}
.pa-112 {
  padding: 112px;
}
.mt-112 {
  margin-top: 112px;
}
.mb-112 {
  margin-bottom: 112px;
}
.my-112 {
  margin-bottom: 112px;
  margin-top: 112px;
}
.ml-112 {
  margin-left: 112px;
}
.mr-112 {
  margin-right: 112px;
}
.mx-112 {
  margin-left: 112px;
  margin-right: 112px;
}
.ma-112 {
  margin: 112px;
}
.pt-116 {
  padding-top: 116px;
}
.pb-116 {
  padding-bottom: 116px;
}
.py-116 {
  padding-bottom: 116px;
  padding-top: 116px;
}
.pl-116 {
  padding-left: 116px;
}
.pr-116 {
  padding-right: 116px;
}
.px-116 {
  padding-left: 116px;
  padding-right: 116px;
}
.pa-116 {
  padding: 116px;
}
.mt-116 {
  margin-top: 116px;
}
.mb-116 {
  margin-bottom: 116px;
}
.my-116 {
  margin-bottom: 116px;
  margin-top: 116px;
}
.ml-116 {
  margin-left: 116px;
}
.mr-116 {
  margin-right: 116px;
}
.mx-116 {
  margin-left: 116px;
  margin-right: 116px;
}
.ma-116 {
  margin: 116px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.py-120 {
  padding-bottom: 120px;
  padding-top: 120px;
}
.pl-120 {
  padding-left: 120px;
}
.pr-120 {
  padding-right: 120px;
}
.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.pa-120 {
  padding: 120px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-120 {
  margin-bottom: 120px;
}
.my-120 {
  margin-bottom: 120px;
  margin-top: 120px;
}
.ml-120 {
  margin-left: 120px;
}
.mr-120 {
  margin-right: 120px;
}
.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.ma-120 {
  margin: 120px;
}
.pt-124 {
  padding-top: 124px;
}
.pb-124 {
  padding-bottom: 124px;
}
.py-124 {
  padding-bottom: 124px;
  padding-top: 124px;
}
.pl-124 {
  padding-left: 124px;
}
.pr-124 {
  padding-right: 124px;
}
.px-124 {
  padding-left: 124px;
  padding-right: 124px;
}
.pa-124 {
  padding: 124px;
}
.mt-124 {
  margin-top: 124px;
}
.mb-124 {
  margin-bottom: 124px;
}
.my-124 {
  margin-bottom: 124px;
  margin-top: 124px;
}
.ml-124 {
  margin-left: 124px;
}
.mr-124 {
  margin-right: 124px;
}
.mx-124 {
  margin-left: 124px;
  margin-right: 124px;
}
.ma-124 {
  margin: 124px;
}
.pt-128 {
  padding-top: 128px;
}
.pb-128 {
  padding-bottom: 128px;
}
.py-128 {
  padding-bottom: 128px;
  padding-top: 128px;
}
.pl-128 {
  padding-left: 128px;
}
.pr-128 {
  padding-right: 128px;
}
.px-128 {
  padding-left: 128px;
  padding-right: 128px;
}
.pa-128 {
  padding: 128px;
}
.mt-128 {
  margin-top: 128px;
}
.mb-128 {
  margin-bottom: 128px;
}
.my-128 {
  margin-bottom: 128px;
  margin-top: 128px;
}
.ml-128 {
  margin-left: 128px;
}
.mr-128 {
  margin-right: 128px;
}
.mx-128 {
  margin-left: 128px;
  margin-right: 128px;
}
.ma-128 {
  margin: 128px;
}
.pt-132 {
  padding-top: 132px;
}
.pb-132 {
  padding-bottom: 132px;
}
.py-132 {
  padding-bottom: 132px;
  padding-top: 132px;
}
.pl-132 {
  padding-left: 132px;
}
.pr-132 {
  padding-right: 132px;
}
.px-132 {
  padding-left: 132px;
  padding-right: 132px;
}
.pa-132 {
  padding: 132px;
}
.mt-132 {
  margin-top: 132px;
}
.mb-132 {
  margin-bottom: 132px;
}
.my-132 {
  margin-bottom: 132px;
  margin-top: 132px;
}
.ml-132 {
  margin-left: 132px;
}
.mr-132 {
  margin-right: 132px;
}
.mx-132 {
  margin-left: 132px;
  margin-right: 132px;
}
.ma-132 {
  margin: 132px;
}
.pt-136 {
  padding-top: 136px;
}
.pb-136 {
  padding-bottom: 136px;
}
.py-136 {
  padding-bottom: 136px;
  padding-top: 136px;
}
.pl-136 {
  padding-left: 136px;
}
.pr-136 {
  padding-right: 136px;
}
.px-136 {
  padding-left: 136px;
  padding-right: 136px;
}
.pa-136 {
  padding: 136px;
}
.mt-136 {
  margin-top: 136px;
}
.mb-136 {
  margin-bottom: 136px;
}
.my-136 {
  margin-bottom: 136px;
  margin-top: 136px;
}
.ml-136 {
  margin-left: 136px;
}
.mr-136 {
  margin-right: 136px;
}
.mx-136 {
  margin-left: 136px;
  margin-right: 136px;
}
.ma-136 {
  margin: 136px;
}
.pt-140 {
  padding-top: 140px;
}
.pb-140 {
  padding-bottom: 140px;
}
.py-140 {
  padding-bottom: 140px;
  padding-top: 140px;
}
.pl-140 {
  padding-left: 140px;
}
.pr-140 {
  padding-right: 140px;
}
.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}
.pa-140 {
  padding: 140px;
}
.mt-140 {
  margin-top: 140px;
}
.mb-140 {
  margin-bottom: 140px;
}
.my-140 {
  margin-bottom: 140px;
  margin-top: 140px;
}
.ml-140 {
  margin-left: 140px;
}
.mr-140 {
  margin-right: 140px;
}
.mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}
.ma-140 {
  margin: 140px;
}
.pt-144 {
  padding-top: 144px;
}
.pb-144 {
  padding-bottom: 144px;
}
.py-144 {
  padding-bottom: 144px;
  padding-top: 144px;
}
.pl-144 {
  padding-left: 144px;
}
.pr-144 {
  padding-right: 144px;
}
.px-144 {
  padding-left: 144px;
  padding-right: 144px;
}
.pa-144 {
  padding: 144px;
}
.mt-144 {
  margin-top: 144px;
}
.mb-144 {
  margin-bottom: 144px;
}
.my-144 {
  margin-bottom: 144px;
  margin-top: 144px;
}
.ml-144 {
  margin-left: 144px;
}
.mr-144 {
  margin-right: 144px;
}
.mx-144 {
  margin-left: 144px;
  margin-right: 144px;
}
.ma-144 {
  margin: 144px;
}
.pt-148 {
  padding-top: 148px;
}
.pb-148 {
  padding-bottom: 148px;
}
.py-148 {
  padding-bottom: 148px;
  padding-top: 148px;
}
.pl-148 {
  padding-left: 148px;
}
.pr-148 {
  padding-right: 148px;
}
.px-148 {
  padding-left: 148px;
  padding-right: 148px;
}
.pa-148 {
  padding: 148px;
}
.mt-148 {
  margin-top: 148px;
}
.mb-148 {
  margin-bottom: 148px;
}
.my-148 {
  margin-bottom: 148px;
  margin-top: 148px;
}
.ml-148 {
  margin-left: 148px;
}
.mr-148 {
  margin-right: 148px;
}
.mx-148 {
  margin-left: 148px;
  margin-right: 148px;
}
.ma-148 {
  margin: 148px;
}
.pt-152 {
  padding-top: 152px;
}
.pb-152 {
  padding-bottom: 152px;
}
.py-152 {
  padding-bottom: 152px;
  padding-top: 152px;
}
.pl-152 {
  padding-left: 152px;
}
.pr-152 {
  padding-right: 152px;
}
.px-152 {
  padding-left: 152px;
  padding-right: 152px;
}
.pa-152 {
  padding: 152px;
}
.mt-152 {
  margin-top: 152px;
}
.mb-152 {
  margin-bottom: 152px;
}
.my-152 {
  margin-bottom: 152px;
  margin-top: 152px;
}
.ml-152 {
  margin-left: 152px;
}
.mr-152 {
  margin-right: 152px;
}
.mx-152 {
  margin-left: 152px;
  margin-right: 152px;
}
.ma-152 {
  margin: 152px;
}
.pt-156 {
  padding-top: 156px;
}
.pb-156 {
  padding-bottom: 156px;
}
.py-156 {
  padding-bottom: 156px;
  padding-top: 156px;
}
.pl-156 {
  padding-left: 156px;
}
.pr-156 {
  padding-right: 156px;
}
.px-156 {
  padding-left: 156px;
  padding-right: 156px;
}
.pa-156 {
  padding: 156px;
}
.mt-156 {
  margin-top: 156px;
}
.mb-156 {
  margin-bottom: 156px;
}
.my-156 {
  margin-bottom: 156px;
  margin-top: 156px;
}
.ml-156 {
  margin-left: 156px;
}
.mr-156 {
  margin-right: 156px;
}
.mx-156 {
  margin-left: 156px;
  margin-right: 156px;
}
.ma-156 {
  margin: 156px;
}
.pt-160 {
  padding-top: 160px;
}
.pb-160 {
  padding-bottom: 160px;
}
.py-160 {
  padding-bottom: 160px;
  padding-top: 160px;
}
.pl-160 {
  padding-left: 160px;
}
.pr-160 {
  padding-right: 160px;
}
.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}
.pa-160 {
  padding: 160px;
}
.mt-160 {
  margin-top: 160px;
}
.mb-160 {
  margin-bottom: 160px;
}
.my-160 {
  margin-bottom: 160px;
  margin-top: 160px;
}
.ml-160 {
  margin-left: 160px;
}
.mr-160 {
  margin-right: 160px;
}
.mx-160 {
  margin-left: 160px;
  margin-right: 160px;
}
.ma-160 {
  margin: 160px;
}
.pt-164 {
  padding-top: 164px;
}
.pb-164 {
  padding-bottom: 164px;
}
.py-164 {
  padding-bottom: 164px;
  padding-top: 164px;
}
.pl-164 {
  padding-left: 164px;
}
.pr-164 {
  padding-right: 164px;
}
.px-164 {
  padding-left: 164px;
  padding-right: 164px;
}
.pa-164 {
  padding: 164px;
}
.mt-164 {
  margin-top: 164px;
}
.mb-164 {
  margin-bottom: 164px;
}
.my-164 {
  margin-bottom: 164px;
  margin-top: 164px;
}
.ml-164 {
  margin-left: 164px;
}
.mr-164 {
  margin-right: 164px;
}
.mx-164 {
  margin-left: 164px;
  margin-right: 164px;
}
.ma-164 {
  margin: 164px;
}
.pt-168 {
  padding-top: 168px;
}
.pb-168 {
  padding-bottom: 168px;
}
.py-168 {
  padding-bottom: 168px;
  padding-top: 168px;
}
.pl-168 {
  padding-left: 168px;
}
.pr-168 {
  padding-right: 168px;
}
.px-168 {
  padding-left: 168px;
  padding-right: 168px;
}
.pa-168 {
  padding: 168px;
}
.mt-168 {
  margin-top: 168px;
}
.mb-168 {
  margin-bottom: 168px;
}
.my-168 {
  margin-bottom: 168px;
  margin-top: 168px;
}
.ml-168 {
  margin-left: 168px;
}
.mr-168 {
  margin-right: 168px;
}
.mx-168 {
  margin-left: 168px;
  margin-right: 168px;
}
.ma-168 {
  margin: 168px;
}
.pt-172 {
  padding-top: 172px;
}
.pb-172 {
  padding-bottom: 172px;
}
.py-172 {
  padding-bottom: 172px;
  padding-top: 172px;
}
.pl-172 {
  padding-left: 172px;
}
.pr-172 {
  padding-right: 172px;
}
.px-172 {
  padding-left: 172px;
  padding-right: 172px;
}
.pa-172 {
  padding: 172px;
}
.mt-172 {
  margin-top: 172px;
}
.mb-172 {
  margin-bottom: 172px;
}
.my-172 {
  margin-bottom: 172px;
  margin-top: 172px;
}
.ml-172 {
  margin-left: 172px;
}
.mr-172 {
  margin-right: 172px;
}
.mx-172 {
  margin-left: 172px;
  margin-right: 172px;
}
.ma-172 {
  margin: 172px;
}
.pt-176 {
  padding-top: 176px;
}
.pb-176 {
  padding-bottom: 176px;
}
.py-176 {
  padding-bottom: 176px;
  padding-top: 176px;
}
.pl-176 {
  padding-left: 176px;
}
.pr-176 {
  padding-right: 176px;
}
.px-176 {
  padding-left: 176px;
  padding-right: 176px;
}
.pa-176 {
  padding: 176px;
}
.mt-176 {
  margin-top: 176px;
}
.mb-176 {
  margin-bottom: 176px;
}
.my-176 {
  margin-bottom: 176px;
  margin-top: 176px;
}
.ml-176 {
  margin-left: 176px;
}
.mr-176 {
  margin-right: 176px;
}
.mx-176 {
  margin-left: 176px;
  margin-right: 176px;
}
.ma-176 {
  margin: 176px;
}
.pt-180 {
  padding-top: 180px;
}
.pb-180 {
  padding-bottom: 180px;
}
.py-180 {
  padding-bottom: 180px;
  padding-top: 180px;
}
.pl-180 {
  padding-left: 180px;
}
.pr-180 {
  padding-right: 180px;
}
.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}
.pa-180 {
  padding: 180px;
}
.mt-180 {
  margin-top: 180px;
}
.mb-180 {
  margin-bottom: 180px;
}
.my-180 {
  margin-bottom: 180px;
  margin-top: 180px;
}
.ml-180 {
  margin-left: 180px;
}
.mr-180 {
  margin-right: 180px;
}
.mx-180 {
  margin-left: 180px;
  margin-right: 180px;
}
.ma-180 {
  margin: 180px;
}
.pt-184 {
  padding-top: 184px;
}
.pb-184 {
  padding-bottom: 184px;
}
.py-184 {
  padding-bottom: 184px;
  padding-top: 184px;
}
.pl-184 {
  padding-left: 184px;
}
.pr-184 {
  padding-right: 184px;
}
.px-184 {
  padding-left: 184px;
  padding-right: 184px;
}
.pa-184 {
  padding: 184px;
}
.mt-184 {
  margin-top: 184px;
}
.mb-184 {
  margin-bottom: 184px;
}
.my-184 {
  margin-bottom: 184px;
  margin-top: 184px;
}
.ml-184 {
  margin-left: 184px;
}
.mr-184 {
  margin-right: 184px;
}
.mx-184 {
  margin-left: 184px;
  margin-right: 184px;
}
.ma-184 {
  margin: 184px;
}
.pt-188 {
  padding-top: 188px;
}
.pb-188 {
  padding-bottom: 188px;
}
.py-188 {
  padding-bottom: 188px;
  padding-top: 188px;
}
.pl-188 {
  padding-left: 188px;
}
.pr-188 {
  padding-right: 188px;
}
.px-188 {
  padding-left: 188px;
  padding-right: 188px;
}
.pa-188 {
  padding: 188px;
}
.mt-188 {
  margin-top: 188px;
}
.mb-188 {
  margin-bottom: 188px;
}
.my-188 {
  margin-bottom: 188px;
  margin-top: 188px;
}
.ml-188 {
  margin-left: 188px;
}
.mr-188 {
  margin-right: 188px;
}
.mx-188 {
  margin-left: 188px;
  margin-right: 188px;
}
.ma-188 {
  margin: 188px;
}
.pt-192 {
  padding-top: 192px;
}
.pb-192 {
  padding-bottom: 192px;
}
.py-192 {
  padding-bottom: 192px;
  padding-top: 192px;
}
.pl-192 {
  padding-left: 192px;
}
.pr-192 {
  padding-right: 192px;
}
.px-192 {
  padding-left: 192px;
  padding-right: 192px;
}
.pa-192 {
  padding: 192px;
}
.mt-192 {
  margin-top: 192px;
}
.mb-192 {
  margin-bottom: 192px;
}
.my-192 {
  margin-bottom: 192px;
  margin-top: 192px;
}
.ml-192 {
  margin-left: 192px;
}
.mr-192 {
  margin-right: 192px;
}
.mx-192 {
  margin-left: 192px;
  margin-right: 192px;
}
.ma-192 {
  margin: 192px;
}
.pt-196 {
  padding-top: 196px;
}
.pb-196 {
  padding-bottom: 196px;
}
.py-196 {
  padding-bottom: 196px;
  padding-top: 196px;
}
.pl-196 {
  padding-left: 196px;
}
.pr-196 {
  padding-right: 196px;
}
.px-196 {
  padding-left: 196px;
  padding-right: 196px;
}
.pa-196 {
  padding: 196px;
}
.mt-196 {
  margin-top: 196px;
}
.mb-196 {
  margin-bottom: 196px;
}
.my-196 {
  margin-bottom: 196px;
  margin-top: 196px;
}
.ml-196 {
  margin-left: 196px;
}
.mr-196 {
  margin-right: 196px;
}
.mx-196 {
  margin-left: 196px;
  margin-right: 196px;
}
.ma-196 {
  margin: 196px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.py-200 {
  padding-bottom: 200px;
  padding-top: 200px;
}
.pl-200 {
  padding-left: 200px;
}
.pr-200 {
  padding-right: 200px;
}
.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.pa-200 {
  padding: 200px;
}
.mt-200 {
  margin-top: 200px;
}
.mb-200 {
  margin-bottom: 200px;
}
.my-200 {
  margin-bottom: 200px;
  margin-top: 200px;
}
.ml-200 {
  margin-left: 200px;
}
.mr-200 {
  margin-right: 200px;
}
.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}
.ma-200 {
  margin: 200px;
}
.pt-204 {
  padding-top: 204px;
}
.pb-204 {
  padding-bottom: 204px;
}
.py-204 {
  padding-bottom: 204px;
  padding-top: 204px;
}
.pl-204 {
  padding-left: 204px;
}
.pr-204 {
  padding-right: 204px;
}
.px-204 {
  padding-left: 204px;
  padding-right: 204px;
}
.pa-204 {
  padding: 204px;
}
.mt-204 {
  margin-top: 204px;
}
.mb-204 {
  margin-bottom: 204px;
}
.my-204 {
  margin-bottom: 204px;
  margin-top: 204px;
}
.ml-204 {
  margin-left: 204px;
}
.mr-204 {
  margin-right: 204px;
}
.mx-204 {
  margin-left: 204px;
  margin-right: 204px;
}
.ma-204 {
  margin: 204px;
}
.pt-208 {
  padding-top: 208px;
}
.pb-208 {
  padding-bottom: 208px;
}
.py-208 {
  padding-bottom: 208px;
  padding-top: 208px;
}
.pl-208 {
  padding-left: 208px;
}
.pr-208 {
  padding-right: 208px;
}
.px-208 {
  padding-left: 208px;
  padding-right: 208px;
}
.pa-208 {
  padding: 208px;
}
.mt-208 {
  margin-top: 208px;
}
.mb-208 {
  margin-bottom: 208px;
}
.my-208 {
  margin-bottom: 208px;
  margin-top: 208px;
}
.ml-208 {
  margin-left: 208px;
}
.mr-208 {
  margin-right: 208px;
}
.mx-208 {
  margin-left: 208px;
  margin-right: 208px;
}
.ma-208 {
  margin: 208px;
}
.pt-212 {
  padding-top: 212px;
}
.pb-212 {
  padding-bottom: 212px;
}
.py-212 {
  padding-bottom: 212px;
  padding-top: 212px;
}
.pl-212 {
  padding-left: 212px;
}
.pr-212 {
  padding-right: 212px;
}
.px-212 {
  padding-left: 212px;
  padding-right: 212px;
}
.pa-212 {
  padding: 212px;
}
.mt-212 {
  margin-top: 212px;
}
.mb-212 {
  margin-bottom: 212px;
}
.my-212 {
  margin-bottom: 212px;
  margin-top: 212px;
}
.ml-212 {
  margin-left: 212px;
}
.mr-212 {
  margin-right: 212px;
}
.mx-212 {
  margin-left: 212px;
  margin-right: 212px;
}
.ma-212 {
  margin: 212px;
}
.pt-216 {
  padding-top: 216px;
}
.pb-216 {
  padding-bottom: 216px;
}
.py-216 {
  padding-bottom: 216px;
  padding-top: 216px;
}
.pl-216 {
  padding-left: 216px;
}
.pr-216 {
  padding-right: 216px;
}
.px-216 {
  padding-left: 216px;
  padding-right: 216px;
}
.pa-216 {
  padding: 216px;
}
.mt-216 {
  margin-top: 216px;
}
.mb-216 {
  margin-bottom: 216px;
}
.my-216 {
  margin-bottom: 216px;
  margin-top: 216px;
}
.ml-216 {
  margin-left: 216px;
}
.mr-216 {
  margin-right: 216px;
}
.mx-216 {
  margin-left: 216px;
  margin-right: 216px;
}
.ma-216 {
  margin: 216px;
}
.pt-220 {
  padding-top: 220px;
}
.pb-220 {
  padding-bottom: 220px;
}
.py-220 {
  padding-bottom: 220px;
  padding-top: 220px;
}
.pl-220 {
  padding-left: 220px;
}
.pr-220 {
  padding-right: 220px;
}
.px-220 {
  padding-left: 220px;
  padding-right: 220px;
}
.pa-220 {
  padding: 220px;
}
.mt-220 {
  margin-top: 220px;
}
.mb-220 {
  margin-bottom: 220px;
}
.my-220 {
  margin-bottom: 220px;
  margin-top: 220px;
}
.ml-220 {
  margin-left: 220px;
}
.mr-220 {
  margin-right: 220px;
}
.mx-220 {
  margin-left: 220px;
  margin-right: 220px;
}
.ma-220 {
  margin: 220px;
}
.pt-224 {
  padding-top: 224px;
}
.pb-224 {
  padding-bottom: 224px;
}
.py-224 {
  padding-bottom: 224px;
  padding-top: 224px;
}
.pl-224 {
  padding-left: 224px;
}
.pr-224 {
  padding-right: 224px;
}
.px-224 {
  padding-left: 224px;
  padding-right: 224px;
}
.pa-224 {
  padding: 224px;
}
.mt-224 {
  margin-top: 224px;
}
.mb-224 {
  margin-bottom: 224px;
}
.my-224 {
  margin-bottom: 224px;
  margin-top: 224px;
}
.ml-224 {
  margin-left: 224px;
}
.mr-224 {
  margin-right: 224px;
}
.mx-224 {
  margin-left: 224px;
  margin-right: 224px;
}
.ma-224 {
  margin: 224px;
}
.pt-228 {
  padding-top: 228px;
}
.pb-228 {
  padding-bottom: 228px;
}
.py-228 {
  padding-bottom: 228px;
  padding-top: 228px;
}
.pl-228 {
  padding-left: 228px;
}
.pr-228 {
  padding-right: 228px;
}
.px-228 {
  padding-left: 228px;
  padding-right: 228px;
}
.pa-228 {
  padding: 228px;
}
.mt-228 {
  margin-top: 228px;
}
.mb-228 {
  margin-bottom: 228px;
}
.my-228 {
  margin-bottom: 228px;
  margin-top: 228px;
}
.ml-228 {
  margin-left: 228px;
}
.mr-228 {
  margin-right: 228px;
}
.mx-228 {
  margin-left: 228px;
  margin-right: 228px;
}
.ma-228 {
  margin: 228px;
}
.pt-232 {
  padding-top: 232px;
}
.pb-232 {
  padding-bottom: 232px;
}
.py-232 {
  padding-bottom: 232px;
  padding-top: 232px;
}
.pl-232 {
  padding-left: 232px;
}
.pr-232 {
  padding-right: 232px;
}
.px-232 {
  padding-left: 232px;
  padding-right: 232px;
}
.pa-232 {
  padding: 232px;
}
.mt-232 {
  margin-top: 232px;
}
.mb-232 {
  margin-bottom: 232px;
}
.my-232 {
  margin-bottom: 232px;
  margin-top: 232px;
}
.ml-232 {
  margin-left: 232px;
}
.mr-232 {
  margin-right: 232px;
}
.mx-232 {
  margin-left: 232px;
  margin-right: 232px;
}
.ma-232 {
  margin: 232px;
}
.pt-236 {
  padding-top: 236px;
}
.pb-236 {
  padding-bottom: 236px;
}
.py-236 {
  padding-bottom: 236px;
  padding-top: 236px;
}
.pl-236 {
  padding-left: 236px;
}
.pr-236 {
  padding-right: 236px;
}
.px-236 {
  padding-left: 236px;
  padding-right: 236px;
}
.pa-236 {
  padding: 236px;
}
.mt-236 {
  margin-top: 236px;
}
.mb-236 {
  margin-bottom: 236px;
}
.my-236 {
  margin-bottom: 236px;
  margin-top: 236px;
}
.ml-236 {
  margin-left: 236px;
}
.mr-236 {
  margin-right: 236px;
}
.mx-236 {
  margin-left: 236px;
  margin-right: 236px;
}
.ma-236 {
  margin: 236px;
}
.pt-240 {
  padding-top: 240px;
}
.pb-240 {
  padding-bottom: 240px;
}
.py-240 {
  padding-bottom: 240px;
  padding-top: 240px;
}
.pl-240 {
  padding-left: 240px;
}
.pr-240 {
  padding-right: 240px;
}
.px-240 {
  padding-left: 240px;
  padding-right: 240px;
}
.pa-240 {
  padding: 240px;
}
.mt-240 {
  margin-top: 240px;
}
.mb-240 {
  margin-bottom: 240px;
}
.my-240 {
  margin-bottom: 240px;
  margin-top: 240px;
}
.ml-240 {
  margin-left: 240px;
}
.mr-240 {
  margin-right: 240px;
}
.mx-240 {
  margin-left: 240px;
  margin-right: 240px;
}
.ma-240 {
  margin: 240px;
}
.pt-244 {
  padding-top: 244px;
}
.pb-244 {
  padding-bottom: 244px;
}
.py-244 {
  padding-bottom: 244px;
  padding-top: 244px;
}
.pl-244 {
  padding-left: 244px;
}
.pr-244 {
  padding-right: 244px;
}
.px-244 {
  padding-left: 244px;
  padding-right: 244px;
}
.pa-244 {
  padding: 244px;
}
.mt-244 {
  margin-top: 244px;
}
.mb-244 {
  margin-bottom: 244px;
}
.my-244 {
  margin-bottom: 244px;
  margin-top: 244px;
}
.ml-244 {
  margin-left: 244px;
}
.mr-244 {
  margin-right: 244px;
}
.mx-244 {
  margin-left: 244px;
  margin-right: 244px;
}
.ma-244 {
  margin: 244px;
}
.pt-248 {
  padding-top: 248px;
}
.pb-248 {
  padding-bottom: 248px;
}
.py-248 {
  padding-bottom: 248px;
  padding-top: 248px;
}
.pl-248 {
  padding-left: 248px;
}
.pr-248 {
  padding-right: 248px;
}
.px-248 {
  padding-left: 248px;
  padding-right: 248px;
}
.pa-248 {
  padding: 248px;
}
.mt-248 {
  margin-top: 248px;
}
.mb-248 {
  margin-bottom: 248px;
}
.my-248 {
  margin-bottom: 248px;
  margin-top: 248px;
}
.ml-248 {
  margin-left: 248px;
}
.mr-248 {
  margin-right: 248px;
}
.mx-248 {
  margin-left: 248px;
  margin-right: 248px;
}
.ma-248 {
  margin: 248px;
}
.pt-252 {
  padding-top: 252px;
}
.pb-252 {
  padding-bottom: 252px;
}
.py-252 {
  padding-bottom: 252px;
  padding-top: 252px;
}
.pl-252 {
  padding-left: 252px;
}
.pr-252 {
  padding-right: 252px;
}
.px-252 {
  padding-left: 252px;
  padding-right: 252px;
}
.pa-252 {
  padding: 252px;
}
.mt-252 {
  margin-top: 252px;
}
.mb-252 {
  margin-bottom: 252px;
}
.my-252 {
  margin-bottom: 252px;
  margin-top: 252px;
}
.ml-252 {
  margin-left: 252px;
}
.mr-252 {
  margin-right: 252px;
}
.mx-252 {
  margin-left: 252px;
  margin-right: 252px;
}
.ma-252 {
  margin: 252px;
}
.pt-256 {
  padding-top: 256px;
}
.pb-256 {
  padding-bottom: 256px;
}
.py-256 {
  padding-bottom: 256px;
  padding-top: 256px;
}
.pl-256 {
  padding-left: 256px;
}
.pr-256 {
  padding-right: 256px;
}
.px-256 {
  padding-left: 256px;
  padding-right: 256px;
}
.pa-256 {
  padding: 256px;
}
.mt-256 {
  margin-top: 256px;
}
.mb-256 {
  margin-bottom: 256px;
}
.my-256 {
  margin-bottom: 256px;
  margin-top: 256px;
}
.ml-256 {
  margin-left: 256px;
}
.mr-256 {
  margin-right: 256px;
}
.mx-256 {
  margin-left: 256px;
  margin-right: 256px;
}
.ma-256 {
  margin: 256px;
}
.pt-260 {
  padding-top: 260px;
}
.pb-260 {
  padding-bottom: 260px;
}
.py-260 {
  padding-bottom: 260px;
  padding-top: 260px;
}
.pl-260 {
  padding-left: 260px;
}
.pr-260 {
  padding-right: 260px;
}
.px-260 {
  padding-left: 260px;
  padding-right: 260px;
}
.pa-260 {
  padding: 260px;
}
.mt-260 {
  margin-top: 260px;
}
.mb-260 {
  margin-bottom: 260px;
}
.my-260 {
  margin-bottom: 260px;
  margin-top: 260px;
}
.ml-260 {
  margin-left: 260px;
}
.mr-260 {
  margin-right: 260px;
}
.mx-260 {
  margin-left: 260px;
  margin-right: 260px;
}
.ma-260 {
  margin: 260px;
}
.pt-264 {
  padding-top: 264px;
}
.pb-264 {
  padding-bottom: 264px;
}
.py-264 {
  padding-bottom: 264px;
  padding-top: 264px;
}
.pl-264 {
  padding-left: 264px;
}
.pr-264 {
  padding-right: 264px;
}
.px-264 {
  padding-left: 264px;
  padding-right: 264px;
}
.pa-264 {
  padding: 264px;
}
.mt-264 {
  margin-top: 264px;
}
.mb-264 {
  margin-bottom: 264px;
}
.my-264 {
  margin-bottom: 264px;
  margin-top: 264px;
}
.ml-264 {
  margin-left: 264px;
}
.mr-264 {
  margin-right: 264px;
}
.mx-264 {
  margin-left: 264px;
  margin-right: 264px;
}
.ma-264 {
  margin: 264px;
}
.pt-268 {
  padding-top: 268px;
}
.pb-268 {
  padding-bottom: 268px;
}
.py-268 {
  padding-bottom: 268px;
  padding-top: 268px;
}
.pl-268 {
  padding-left: 268px;
}
.pr-268 {
  padding-right: 268px;
}
.px-268 {
  padding-left: 268px;
  padding-right: 268px;
}
.pa-268 {
  padding: 268px;
}
.mt-268 {
  margin-top: 268px;
}
.mb-268 {
  margin-bottom: 268px;
}
.my-268 {
  margin-bottom: 268px;
  margin-top: 268px;
}
.ml-268 {
  margin-left: 268px;
}
.mr-268 {
  margin-right: 268px;
}
.mx-268 {
  margin-left: 268px;
  margin-right: 268px;
}
.ma-268 {
  margin: 268px;
}
.pt-272 {
  padding-top: 272px;
}
.pb-272 {
  padding-bottom: 272px;
}
.py-272 {
  padding-bottom: 272px;
  padding-top: 272px;
}
.pl-272 {
  padding-left: 272px;
}
.pr-272 {
  padding-right: 272px;
}
.px-272 {
  padding-left: 272px;
  padding-right: 272px;
}
.pa-272 {
  padding: 272px;
}
.mt-272 {
  margin-top: 272px;
}
.mb-272 {
  margin-bottom: 272px;
}
.my-272 {
  margin-bottom: 272px;
  margin-top: 272px;
}
.ml-272 {
  margin-left: 272px;
}
.mr-272 {
  margin-right: 272px;
}
.mx-272 {
  margin-left: 272px;
  margin-right: 272px;
}
.ma-272 {
  margin: 272px;
}
.pt-276 {
  padding-top: 276px;
}
.pb-276 {
  padding-bottom: 276px;
}
.py-276 {
  padding-bottom: 276px;
  padding-top: 276px;
}
.pl-276 {
  padding-left: 276px;
}
.pr-276 {
  padding-right: 276px;
}
.px-276 {
  padding-left: 276px;
  padding-right: 276px;
}
.pa-276 {
  padding: 276px;
}
.mt-276 {
  margin-top: 276px;
}
.mb-276 {
  margin-bottom: 276px;
}
.my-276 {
  margin-bottom: 276px;
  margin-top: 276px;
}
.ml-276 {
  margin-left: 276px;
}
.mr-276 {
  margin-right: 276px;
}
.mx-276 {
  margin-left: 276px;
  margin-right: 276px;
}
.ma-276 {
  margin: 276px;
}
.pt-280 {
  padding-top: 280px;
}
.pb-280 {
  padding-bottom: 280px;
}
.py-280 {
  padding-bottom: 280px;
  padding-top: 280px;
}
.pl-280 {
  padding-left: 280px;
}
.pr-280 {
  padding-right: 280px;
}
.px-280 {
  padding-left: 280px;
  padding-right: 280px;
}
.pa-280 {
  padding: 280px;
}
.mt-280 {
  margin-top: 280px;
}
.mb-280 {
  margin-bottom: 280px;
}
.my-280 {
  margin-bottom: 280px;
  margin-top: 280px;
}
.ml-280 {
  margin-left: 280px;
}
.mr-280 {
  margin-right: 280px;
}
.mx-280 {
  margin-left: 280px;
  margin-right: 280px;
}
.ma-280 {
  margin: 280px;
}
.pt-284 {
  padding-top: 284px;
}
.pb-284 {
  padding-bottom: 284px;
}
.py-284 {
  padding-bottom: 284px;
  padding-top: 284px;
}
.pl-284 {
  padding-left: 284px;
}
.pr-284 {
  padding-right: 284px;
}
.px-284 {
  padding-left: 284px;
  padding-right: 284px;
}
.pa-284 {
  padding: 284px;
}
.mt-284 {
  margin-top: 284px;
}
.mb-284 {
  margin-bottom: 284px;
}
.my-284 {
  margin-bottom: 284px;
  margin-top: 284px;
}
.ml-284 {
  margin-left: 284px;
}
.mr-284 {
  margin-right: 284px;
}
.mx-284 {
  margin-left: 284px;
  margin-right: 284px;
}
.ma-284 {
  margin: 284px;
}
.pt-288 {
  padding-top: 288px;
}
.pb-288 {
  padding-bottom: 288px;
}
.py-288 {
  padding-bottom: 288px;
  padding-top: 288px;
}
.pl-288 {
  padding-left: 288px;
}
.pr-288 {
  padding-right: 288px;
}
.px-288 {
  padding-left: 288px;
  padding-right: 288px;
}
.pa-288 {
  padding: 288px;
}
.mt-288 {
  margin-top: 288px;
}
.mb-288 {
  margin-bottom: 288px;
}
.my-288 {
  margin-bottom: 288px;
  margin-top: 288px;
}
.ml-288 {
  margin-left: 288px;
}
.mr-288 {
  margin-right: 288px;
}
.mx-288 {
  margin-left: 288px;
  margin-right: 288px;
}
.ma-288 {
  margin: 288px;
}
.pt-292 {
  padding-top: 292px;
}
.pb-292 {
  padding-bottom: 292px;
}
.py-292 {
  padding-bottom: 292px;
  padding-top: 292px;
}
.pl-292 {
  padding-left: 292px;
}
.pr-292 {
  padding-right: 292px;
}
.px-292 {
  padding-left: 292px;
  padding-right: 292px;
}
.pa-292 {
  padding: 292px;
}
.mt-292 {
  margin-top: 292px;
}
.mb-292 {
  margin-bottom: 292px;
}
.my-292 {
  margin-bottom: 292px;
  margin-top: 292px;
}
.ml-292 {
  margin-left: 292px;
}
.mr-292 {
  margin-right: 292px;
}
.mx-292 {
  margin-left: 292px;
  margin-right: 292px;
}
.ma-292 {
  margin: 292px;
}
.pt-296 {
  padding-top: 296px;
}
.pb-296 {
  padding-bottom: 296px;
}
.py-296 {
  padding-bottom: 296px;
  padding-top: 296px;
}
.pl-296 {
  padding-left: 296px;
}
.pr-296 {
  padding-right: 296px;
}
.px-296 {
  padding-left: 296px;
  padding-right: 296px;
}
.pa-296 {
  padding: 296px;
}
.mt-296 {
  margin-top: 296px;
}
.mb-296 {
  margin-bottom: 296px;
}
.my-296 {
  margin-bottom: 296px;
  margin-top: 296px;
}
.ml-296 {
  margin-left: 296px;
}
.mr-296 {
  margin-right: 296px;
}
.mx-296 {
  margin-left: 296px;
  margin-right: 296px;
}
.ma-296 {
  margin: 296px;
}
.pt-300 {
  padding-top: 300px;
}
.pb-300 {
  padding-bottom: 300px;
}
.py-300 {
  padding-bottom: 300px;
  padding-top: 300px;
}
.pl-300 {
  padding-left: 300px;
}
.pr-300 {
  padding-right: 300px;
}
.px-300 {
  padding-left: 300px;
  padding-right: 300px;
}
.pa-300 {
  padding: 300px;
}
.mt-300 {
  margin-top: 300px;
}
.mb-300 {
  margin-bottom: 300px;
}
.my-300 {
  margin-bottom: 300px;
  margin-top: 300px;
}
.ml-300 {
  margin-left: 300px;
}
.mr-300 {
  margin-right: 300px;
}
.mx-300 {
  margin-left: 300px;
  margin-right: 300px;
}
.ma-300 {
  margin: 300px;
}
.pt-304 {
  padding-top: 304px;
}
.pb-304 {
  padding-bottom: 304px;
}
.py-304 {
  padding-bottom: 304px;
  padding-top: 304px;
}
.pl-304 {
  padding-left: 304px;
}
.pr-304 {
  padding-right: 304px;
}
.px-304 {
  padding-left: 304px;
  padding-right: 304px;
}
.pa-304 {
  padding: 304px;
}
.mt-304 {
  margin-top: 304px;
}
.mb-304 {
  margin-bottom: 304px;
}
.my-304 {
  margin-bottom: 304px;
  margin-top: 304px;
}
.ml-304 {
  margin-left: 304px;
}
.mr-304 {
  margin-right: 304px;
}
.mx-304 {
  margin-left: 304px;
  margin-right: 304px;
}
.ma-304 {
  margin: 304px;
}
.pt-308 {
  padding-top: 308px;
}
.pb-308 {
  padding-bottom: 308px;
}
.py-308 {
  padding-bottom: 308px;
  padding-top: 308px;
}
.pl-308 {
  padding-left: 308px;
}
.pr-308 {
  padding-right: 308px;
}
.px-308 {
  padding-left: 308px;
  padding-right: 308px;
}
.pa-308 {
  padding: 308px;
}
.mt-308 {
  margin-top: 308px;
}
.mb-308 {
  margin-bottom: 308px;
}
.my-308 {
  margin-bottom: 308px;
  margin-top: 308px;
}
.ml-308 {
  margin-left: 308px;
}
.mr-308 {
  margin-right: 308px;
}
.mx-308 {
  margin-left: 308px;
  margin-right: 308px;
}
.ma-308 {
  margin: 308px;
}
.pt-312 {
  padding-top: 312px;
}
.pb-312 {
  padding-bottom: 312px;
}
.py-312 {
  padding-bottom: 312px;
  padding-top: 312px;
}
.pl-312 {
  padding-left: 312px;
}
.pr-312 {
  padding-right: 312px;
}
.px-312 {
  padding-left: 312px;
  padding-right: 312px;
}
.pa-312 {
  padding: 312px;
}
.mt-312 {
  margin-top: 312px;
}
.mb-312 {
  margin-bottom: 312px;
}
.my-312 {
  margin-bottom: 312px;
  margin-top: 312px;
}
.ml-312 {
  margin-left: 312px;
}
.mr-312 {
  margin-right: 312px;
}
.mx-312 {
  margin-left: 312px;
  margin-right: 312px;
}
.ma-312 {
  margin: 312px;
}
.pt-316 {
  padding-top: 316px;
}
.pb-316 {
  padding-bottom: 316px;
}
.py-316 {
  padding-bottom: 316px;
  padding-top: 316px;
}
.pl-316 {
  padding-left: 316px;
}
.pr-316 {
  padding-right: 316px;
}
.px-316 {
  padding-left: 316px;
  padding-right: 316px;
}
.pa-316 {
  padding: 316px;
}
.mt-316 {
  margin-top: 316px;
}
.mb-316 {
  margin-bottom: 316px;
}
.my-316 {
  margin-bottom: 316px;
  margin-top: 316px;
}
.ml-316 {
  margin-left: 316px;
}
.mr-316 {
  margin-right: 316px;
}
.mx-316 {
  margin-left: 316px;
  margin-right: 316px;
}
.ma-316 {
  margin: 316px;
}
.pt-320 {
  padding-top: 320px;
}
.pb-320 {
  padding-bottom: 320px;
}
.py-320 {
  padding-bottom: 320px;
  padding-top: 320px;
}
.pl-320 {
  padding-left: 320px;
}
.pr-320 {
  padding-right: 320px;
}
.px-320 {
  padding-left: 320px;
  padding-right: 320px;
}
.pa-320 {
  padding: 320px;
}
.mt-320 {
  margin-top: 320px;
}
.mb-320 {
  margin-bottom: 320px;
}
.my-320 {
  margin-bottom: 320px;
  margin-top: 320px;
}
.ml-320 {
  margin-left: 320px;
}
.mr-320 {
  margin-right: 320px;
}
.mx-320 {
  margin-left: 320px;
  margin-right: 320px;
}
.ma-320 {
  margin: 320px;
}
.pt-324 {
  padding-top: 324px;
}
.pb-324 {
  padding-bottom: 324px;
}
.py-324 {
  padding-bottom: 324px;
  padding-top: 324px;
}
.pl-324 {
  padding-left: 324px;
}
.pr-324 {
  padding-right: 324px;
}
.px-324 {
  padding-left: 324px;
  padding-right: 324px;
}
.pa-324 {
  padding: 324px;
}
.mt-324 {
  margin-top: 324px;
}
.mb-324 {
  margin-bottom: 324px;
}
.my-324 {
  margin-bottom: 324px;
  margin-top: 324px;
}
.ml-324 {
  margin-left: 324px;
}
.mr-324 {
  margin-right: 324px;
}
.mx-324 {
  margin-left: 324px;
  margin-right: 324px;
}
.ma-324 {
  margin: 324px;
}
.pt-328 {
  padding-top: 328px;
}
.pb-328 {
  padding-bottom: 328px;
}
.py-328 {
  padding-bottom: 328px;
  padding-top: 328px;
}
.pl-328 {
  padding-left: 328px;
}
.pr-328 {
  padding-right: 328px;
}
.px-328 {
  padding-left: 328px;
  padding-right: 328px;
}
.pa-328 {
  padding: 328px;
}
.mt-328 {
  margin-top: 328px;
}
.mb-328 {
  margin-bottom: 328px;
}
.my-328 {
  margin-bottom: 328px;
  margin-top: 328px;
}
.ml-328 {
  margin-left: 328px;
}
.mr-328 {
  margin-right: 328px;
}
.mx-328 {
  margin-left: 328px;
  margin-right: 328px;
}
.ma-328 {
  margin: 328px;
}
.pt-332 {
  padding-top: 332px;
}
.pb-332 {
  padding-bottom: 332px;
}
.py-332 {
  padding-bottom: 332px;
  padding-top: 332px;
}
.pl-332 {
  padding-left: 332px;
}
.pr-332 {
  padding-right: 332px;
}
.px-332 {
  padding-left: 332px;
  padding-right: 332px;
}
.pa-332 {
  padding: 332px;
}
.mt-332 {
  margin-top: 332px;
}
.mb-332 {
  margin-bottom: 332px;
}
.my-332 {
  margin-bottom: 332px;
  margin-top: 332px;
}
.ml-332 {
  margin-left: 332px;
}
.mr-332 {
  margin-right: 332px;
}
.mx-332 {
  margin-left: 332px;
  margin-right: 332px;
}
.ma-332 {
  margin: 332px;
}
.pt-336 {
  padding-top: 336px;
}
.pb-336 {
  padding-bottom: 336px;
}
.py-336 {
  padding-bottom: 336px;
  padding-top: 336px;
}
.pl-336 {
  padding-left: 336px;
}
.pr-336 {
  padding-right: 336px;
}
.px-336 {
  padding-left: 336px;
  padding-right: 336px;
}
.pa-336 {
  padding: 336px;
}
.mt-336 {
  margin-top: 336px;
}
.mb-336 {
  margin-bottom: 336px;
}
.my-336 {
  margin-bottom: 336px;
  margin-top: 336px;
}
.ml-336 {
  margin-left: 336px;
}
.mr-336 {
  margin-right: 336px;
}
.mx-336 {
  margin-left: 336px;
  margin-right: 336px;
}
.ma-336 {
  margin: 336px;
}
.pt-340 {
  padding-top: 340px;
}
.pb-340 {
  padding-bottom: 340px;
}
.py-340 {
  padding-bottom: 340px;
  padding-top: 340px;
}
.pl-340 {
  padding-left: 340px;
}
.pr-340 {
  padding-right: 340px;
}
.px-340 {
  padding-left: 340px;
  padding-right: 340px;
}
.pa-340 {
  padding: 340px;
}
.mt-340 {
  margin-top: 340px;
}
.mb-340 {
  margin-bottom: 340px;
}
.my-340 {
  margin-bottom: 340px;
  margin-top: 340px;
}
.ml-340 {
  margin-left: 340px;
}
.mr-340 {
  margin-right: 340px;
}
.mx-340 {
  margin-left: 340px;
  margin-right: 340px;
}
.ma-340 {
  margin: 340px;
}
.pt-344 {
  padding-top: 344px;
}
.pb-344 {
  padding-bottom: 344px;
}
.py-344 {
  padding-bottom: 344px;
  padding-top: 344px;
}
.pl-344 {
  padding-left: 344px;
}
.pr-344 {
  padding-right: 344px;
}
.px-344 {
  padding-left: 344px;
  padding-right: 344px;
}
.pa-344 {
  padding: 344px;
}
.mt-344 {
  margin-top: 344px;
}
.mb-344 {
  margin-bottom: 344px;
}
.my-344 {
  margin-bottom: 344px;
  margin-top: 344px;
}
.ml-344 {
  margin-left: 344px;
}
.mr-344 {
  margin-right: 344px;
}
.mx-344 {
  margin-left: 344px;
  margin-right: 344px;
}
.ma-344 {
  margin: 344px;
}
.pt-348 {
  padding-top: 348px;
}
.pb-348 {
  padding-bottom: 348px;
}
.py-348 {
  padding-bottom: 348px;
  padding-top: 348px;
}
.pl-348 {
  padding-left: 348px;
}
.pr-348 {
  padding-right: 348px;
}
.px-348 {
  padding-left: 348px;
  padding-right: 348px;
}
.pa-348 {
  padding: 348px;
}
.mt-348 {
  margin-top: 348px;
}
.mb-348 {
  margin-bottom: 348px;
}
.my-348 {
  margin-bottom: 348px;
  margin-top: 348px;
}
.ml-348 {
  margin-left: 348px;
}
.mr-348 {
  margin-right: 348px;
}
.mx-348 {
  margin-left: 348px;
  margin-right: 348px;
}
.ma-348 {
  margin: 348px;
}
.pt-352 {
  padding-top: 352px;
}
.pb-352 {
  padding-bottom: 352px;
}
.py-352 {
  padding-bottom: 352px;
  padding-top: 352px;
}
.pl-352 {
  padding-left: 352px;
}
.pr-352 {
  padding-right: 352px;
}
.px-352 {
  padding-left: 352px;
  padding-right: 352px;
}
.pa-352 {
  padding: 352px;
}
.mt-352 {
  margin-top: 352px;
}
.mb-352 {
  margin-bottom: 352px;
}
.my-352 {
  margin-bottom: 352px;
  margin-top: 352px;
}
.ml-352 {
  margin-left: 352px;
}
.mr-352 {
  margin-right: 352px;
}
.mx-352 {
  margin-left: 352px;
  margin-right: 352px;
}
.ma-352 {
  margin: 352px;
}
.pt-356 {
  padding-top: 356px;
}
.pb-356 {
  padding-bottom: 356px;
}
.py-356 {
  padding-bottom: 356px;
  padding-top: 356px;
}
.pl-356 {
  padding-left: 356px;
}
.pr-356 {
  padding-right: 356px;
}
.px-356 {
  padding-left: 356px;
  padding-right: 356px;
}
.pa-356 {
  padding: 356px;
}
.mt-356 {
  margin-top: 356px;
}
.mb-356 {
  margin-bottom: 356px;
}
.my-356 {
  margin-bottom: 356px;
  margin-top: 356px;
}
.ml-356 {
  margin-left: 356px;
}
.mr-356 {
  margin-right: 356px;
}
.mx-356 {
  margin-left: 356px;
  margin-right: 356px;
}
.ma-356 {
  margin: 356px;
}
.pt-360 {
  padding-top: 360px;
}
.pb-360 {
  padding-bottom: 360px;
}
.py-360 {
  padding-bottom: 360px;
  padding-top: 360px;
}
.pl-360 {
  padding-left: 360px;
}
.pr-360 {
  padding-right: 360px;
}
.px-360 {
  padding-left: 360px;
  padding-right: 360px;
}
.pa-360 {
  padding: 360px;
}
.mt-360 {
  margin-top: 360px;
}
.mb-360 {
  margin-bottom: 360px;
}
.my-360 {
  margin-bottom: 360px;
  margin-top: 360px;
}
.ml-360 {
  margin-left: 360px;
}
.mr-360 {
  margin-right: 360px;
}
.mx-360 {
  margin-left: 360px;
  margin-right: 360px;
}
.ma-360 {
  margin: 360px;
}
.pt-364 {
  padding-top: 364px;
}
.pb-364 {
  padding-bottom: 364px;
}
.py-364 {
  padding-bottom: 364px;
  padding-top: 364px;
}
.pl-364 {
  padding-left: 364px;
}
.pr-364 {
  padding-right: 364px;
}
.px-364 {
  padding-left: 364px;
  padding-right: 364px;
}
.pa-364 {
  padding: 364px;
}
.mt-364 {
  margin-top: 364px;
}
.mb-364 {
  margin-bottom: 364px;
}
.my-364 {
  margin-bottom: 364px;
  margin-top: 364px;
}
.ml-364 {
  margin-left: 364px;
}
.mr-364 {
  margin-right: 364px;
}
.mx-364 {
  margin-left: 364px;
  margin-right: 364px;
}
.ma-364 {
  margin: 364px;
}
.pt-368 {
  padding-top: 368px;
}
.pb-368 {
  padding-bottom: 368px;
}
.py-368 {
  padding-bottom: 368px;
  padding-top: 368px;
}
.pl-368 {
  padding-left: 368px;
}
.pr-368 {
  padding-right: 368px;
}
.px-368 {
  padding-left: 368px;
  padding-right: 368px;
}
.pa-368 {
  padding: 368px;
}
.mt-368 {
  margin-top: 368px;
}
.mb-368 {
  margin-bottom: 368px;
}
.my-368 {
  margin-bottom: 368px;
  margin-top: 368px;
}
.ml-368 {
  margin-left: 368px;
}
.mr-368 {
  margin-right: 368px;
}
.mx-368 {
  margin-left: 368px;
  margin-right: 368px;
}
.ma-368 {
  margin: 368px;
}
.pt-372 {
  padding-top: 372px;
}
.pb-372 {
  padding-bottom: 372px;
}
.py-372 {
  padding-bottom: 372px;
  padding-top: 372px;
}
.pl-372 {
  padding-left: 372px;
}
.pr-372 {
  padding-right: 372px;
}
.px-372 {
  padding-left: 372px;
  padding-right: 372px;
}
.pa-372 {
  padding: 372px;
}
.mt-372 {
  margin-top: 372px;
}
.mb-372 {
  margin-bottom: 372px;
}
.my-372 {
  margin-bottom: 372px;
  margin-top: 372px;
}
.ml-372 {
  margin-left: 372px;
}
.mr-372 {
  margin-right: 372px;
}
.mx-372 {
  margin-left: 372px;
  margin-right: 372px;
}
.ma-372 {
  margin: 372px;
}
.pt-376 {
  padding-top: 376px;
}
.pb-376 {
  padding-bottom: 376px;
}
.py-376 {
  padding-bottom: 376px;
  padding-top: 376px;
}
.pl-376 {
  padding-left: 376px;
}
.pr-376 {
  padding-right: 376px;
}
.px-376 {
  padding-left: 376px;
  padding-right: 376px;
}
.pa-376 {
  padding: 376px;
}
.mt-376 {
  margin-top: 376px;
}
.mb-376 {
  margin-bottom: 376px;
}
.my-376 {
  margin-bottom: 376px;
  margin-top: 376px;
}
.ml-376 {
  margin-left: 376px;
}
.mr-376 {
  margin-right: 376px;
}
.mx-376 {
  margin-left: 376px;
  margin-right: 376px;
}
.ma-376 {
  margin: 376px;
}
.pt-380 {
  padding-top: 380px;
}
.pb-380 {
  padding-bottom: 380px;
}
.py-380 {
  padding-bottom: 380px;
  padding-top: 380px;
}
.pl-380 {
  padding-left: 380px;
}
.pr-380 {
  padding-right: 380px;
}
.px-380 {
  padding-left: 380px;
  padding-right: 380px;
}
.pa-380 {
  padding: 380px;
}
.mt-380 {
  margin-top: 380px;
}
.mb-380 {
  margin-bottom: 380px;
}
.my-380 {
  margin-bottom: 380px;
  margin-top: 380px;
}
.ml-380 {
  margin-left: 380px;
}
.mr-380 {
  margin-right: 380px;
}
.mx-380 {
  margin-left: 380px;
  margin-right: 380px;
}
.ma-380 {
  margin: 380px;
}
.pt-384 {
  padding-top: 384px;
}
.pb-384 {
  padding-bottom: 384px;
}
.py-384 {
  padding-bottom: 384px;
  padding-top: 384px;
}
.pl-384 {
  padding-left: 384px;
}
.pr-384 {
  padding-right: 384px;
}
.px-384 {
  padding-left: 384px;
  padding-right: 384px;
}
.pa-384 {
  padding: 384px;
}
.mt-384 {
  margin-top: 384px;
}
.mb-384 {
  margin-bottom: 384px;
}
.my-384 {
  margin-bottom: 384px;
  margin-top: 384px;
}
.ml-384 {
  margin-left: 384px;
}
.mr-384 {
  margin-right: 384px;
}
.mx-384 {
  margin-left: 384px;
  margin-right: 384px;
}
.ma-384 {
  margin: 384px;
}
.pt-388 {
  padding-top: 388px;
}
.pb-388 {
  padding-bottom: 388px;
}
.py-388 {
  padding-bottom: 388px;
  padding-top: 388px;
}
.pl-388 {
  padding-left: 388px;
}
.pr-388 {
  padding-right: 388px;
}
.px-388 {
  padding-left: 388px;
  padding-right: 388px;
}
.pa-388 {
  padding: 388px;
}
.mt-388 {
  margin-top: 388px;
}
.mb-388 {
  margin-bottom: 388px;
}
.my-388 {
  margin-bottom: 388px;
  margin-top: 388px;
}
.ml-388 {
  margin-left: 388px;
}
.mr-388 {
  margin-right: 388px;
}
.mx-388 {
  margin-left: 388px;
  margin-right: 388px;
}
.ma-388 {
  margin: 388px;
}
.pt-392 {
  padding-top: 392px;
}
.pb-392 {
  padding-bottom: 392px;
}
.py-392 {
  padding-bottom: 392px;
  padding-top: 392px;
}
.pl-392 {
  padding-left: 392px;
}
.pr-392 {
  padding-right: 392px;
}
.px-392 {
  padding-left: 392px;
  padding-right: 392px;
}
.pa-392 {
  padding: 392px;
}
.mt-392 {
  margin-top: 392px;
}
.mb-392 {
  margin-bottom: 392px;
}
.my-392 {
  margin-bottom: 392px;
  margin-top: 392px;
}
.ml-392 {
  margin-left: 392px;
}
.mr-392 {
  margin-right: 392px;
}
.mx-392 {
  margin-left: 392px;
  margin-right: 392px;
}
.ma-392 {
  margin: 392px;
}
.pt-396 {
  padding-top: 396px;
}
.pb-396 {
  padding-bottom: 396px;
}
.py-396 {
  padding-bottom: 396px;
  padding-top: 396px;
}
.pl-396 {
  padding-left: 396px;
}
.pr-396 {
  padding-right: 396px;
}
.px-396 {
  padding-left: 396px;
  padding-right: 396px;
}
.pa-396 {
  padding: 396px;
}
.mt-396 {
  margin-top: 396px;
}
.mb-396 {
  margin-bottom: 396px;
}
.my-396 {
  margin-bottom: 396px;
  margin-top: 396px;
}
.ml-396 {
  margin-left: 396px;
}
.mr-396 {
  margin-right: 396px;
}
.mx-396 {
  margin-left: 396px;
  margin-right: 396px;
}
.ma-396 {
  margin: 396px;
}
.pt-400 {
  padding-top: 400px;
}
.pb-400 {
  padding-bottom: 400px;
}
.py-400 {
  padding-bottom: 400px;
  padding-top: 400px;
}
.pl-400 {
  padding-left: 400px;
}
.pr-400 {
  padding-right: 400px;
}
.px-400 {
  padding-left: 400px;
  padding-right: 400px;
}
.pa-400 {
  padding: 400px;
}
.mt-400 {
  margin-top: 400px;
}
.mb-400 {
  margin-bottom: 400px;
}
.my-400 {
  margin-bottom: 400px;
  margin-top: 400px;
}
.ml-400 {
  margin-left: 400px;
}
.mr-400 {
  margin-right: 400px;
}
.mx-400 {
  margin-left: 400px;
  margin-right: 400px;
}
.ma-400 {
  margin: 400px;
}
.pt-404 {
  padding-top: 404px;
}
.pb-404 {
  padding-bottom: 404px;
}
.py-404 {
  padding-bottom: 404px;
  padding-top: 404px;
}
.pl-404 {
  padding-left: 404px;
}
.pr-404 {
  padding-right: 404px;
}
.px-404 {
  padding-left: 404px;
  padding-right: 404px;
}
.pa-404 {
  padding: 404px;
}
.mt-404 {
  margin-top: 404px;
}
.mb-404 {
  margin-bottom: 404px;
}
.my-404 {
  margin-bottom: 404px;
  margin-top: 404px;
}
.ml-404 {
  margin-left: 404px;
}
.mr-404 {
  margin-right: 404px;
}
.mx-404 {
  margin-left: 404px;
  margin-right: 404px;
}
.ma-404 {
  margin: 404px;
}
.pt-408 {
  padding-top: 408px;
}
.pb-408 {
  padding-bottom: 408px;
}
.py-408 {
  padding-bottom: 408px;
  padding-top: 408px;
}
.pl-408 {
  padding-left: 408px;
}
.pr-408 {
  padding-right: 408px;
}
.px-408 {
  padding-left: 408px;
  padding-right: 408px;
}
.pa-408 {
  padding: 408px;
}
.mt-408 {
  margin-top: 408px;
}
.mb-408 {
  margin-bottom: 408px;
}
.my-408 {
  margin-bottom: 408px;
  margin-top: 408px;
}
.ml-408 {
  margin-left: 408px;
}
.mr-408 {
  margin-right: 408px;
}
.mx-408 {
  margin-left: 408px;
  margin-right: 408px;
}
.ma-408 {
  margin: 408px;
}
.pt-412 {
  padding-top: 412px;
}
.pb-412 {
  padding-bottom: 412px;
}
.py-412 {
  padding-bottom: 412px;
  padding-top: 412px;
}
.pl-412 {
  padding-left: 412px;
}
.pr-412 {
  padding-right: 412px;
}
.px-412 {
  padding-left: 412px;
  padding-right: 412px;
}
.pa-412 {
  padding: 412px;
}
.mt-412 {
  margin-top: 412px;
}
.mb-412 {
  margin-bottom: 412px;
}
.my-412 {
  margin-bottom: 412px;
  margin-top: 412px;
}
.ml-412 {
  margin-left: 412px;
}
.mr-412 {
  margin-right: 412px;
}
.mx-412 {
  margin-left: 412px;
  margin-right: 412px;
}
.ma-412 {
  margin: 412px;
}
.pt-416 {
  padding-top: 416px;
}
.pb-416 {
  padding-bottom: 416px;
}
.py-416 {
  padding-bottom: 416px;
  padding-top: 416px;
}
.pl-416 {
  padding-left: 416px;
}
.pr-416 {
  padding-right: 416px;
}
.px-416 {
  padding-left: 416px;
  padding-right: 416px;
}
.pa-416 {
  padding: 416px;
}
.mt-416 {
  margin-top: 416px;
}
.mb-416 {
  margin-bottom: 416px;
}
.my-416 {
  margin-bottom: 416px;
  margin-top: 416px;
}
.ml-416 {
  margin-left: 416px;
}
.mr-416 {
  margin-right: 416px;
}
.mx-416 {
  margin-left: 416px;
  margin-right: 416px;
}
.ma-416 {
  margin: 416px;
}
.pt-420 {
  padding-top: 420px;
}
.pb-420 {
  padding-bottom: 420px;
}
.py-420 {
  padding-bottom: 420px;
  padding-top: 420px;
}
.pl-420 {
  padding-left: 420px;
}
.pr-420 {
  padding-right: 420px;
}
.px-420 {
  padding-left: 420px;
  padding-right: 420px;
}
.pa-420 {
  padding: 420px;
}
.mt-420 {
  margin-top: 420px;
}
.mb-420 {
  margin-bottom: 420px;
}
.my-420 {
  margin-bottom: 420px;
  margin-top: 420px;
}
.ml-420 {
  margin-left: 420px;
}
.mr-420 {
  margin-right: 420px;
}
.mx-420 {
  margin-left: 420px;
  margin-right: 420px;
}
.ma-420 {
  margin: 420px;
}
.pt-424 {
  padding-top: 424px;
}
.pb-424 {
  padding-bottom: 424px;
}
.py-424 {
  padding-bottom: 424px;
  padding-top: 424px;
}
.pl-424 {
  padding-left: 424px;
}
.pr-424 {
  padding-right: 424px;
}
.px-424 {
  padding-left: 424px;
  padding-right: 424px;
}
.pa-424 {
  padding: 424px;
}
.mt-424 {
  margin-top: 424px;
}
.mb-424 {
  margin-bottom: 424px;
}
.my-424 {
  margin-bottom: 424px;
  margin-top: 424px;
}
.ml-424 {
  margin-left: 424px;
}
.mr-424 {
  margin-right: 424px;
}
.mx-424 {
  margin-left: 424px;
  margin-right: 424px;
}
.ma-424 {
  margin: 424px;
}
.pt-428 {
  padding-top: 428px;
}
.pb-428 {
  padding-bottom: 428px;
}
.py-428 {
  padding-bottom: 428px;
  padding-top: 428px;
}
.pl-428 {
  padding-left: 428px;
}
.pr-428 {
  padding-right: 428px;
}
.px-428 {
  padding-left: 428px;
  padding-right: 428px;
}
.pa-428 {
  padding: 428px;
}
.mt-428 {
  margin-top: 428px;
}
.mb-428 {
  margin-bottom: 428px;
}
.my-428 {
  margin-bottom: 428px;
  margin-top: 428px;
}
.ml-428 {
  margin-left: 428px;
}
.mr-428 {
  margin-right: 428px;
}
.mx-428 {
  margin-left: 428px;
  margin-right: 428px;
}
.ma-428 {
  margin: 428px;
}
.pt-432 {
  padding-top: 432px;
}
.pb-432 {
  padding-bottom: 432px;
}
.py-432 {
  padding-bottom: 432px;
  padding-top: 432px;
}
.pl-432 {
  padding-left: 432px;
}
.pr-432 {
  padding-right: 432px;
}
.px-432 {
  padding-left: 432px;
  padding-right: 432px;
}
.pa-432 {
  padding: 432px;
}
.mt-432 {
  margin-top: 432px;
}
.mb-432 {
  margin-bottom: 432px;
}
.my-432 {
  margin-bottom: 432px;
  margin-top: 432px;
}
.ml-432 {
  margin-left: 432px;
}
.mr-432 {
  margin-right: 432px;
}
.mx-432 {
  margin-left: 432px;
  margin-right: 432px;
}
.ma-432 {
  margin: 432px;
}
.pt-436 {
  padding-top: 436px;
}
.pb-436 {
  padding-bottom: 436px;
}
.py-436 {
  padding-bottom: 436px;
  padding-top: 436px;
}
.pl-436 {
  padding-left: 436px;
}
.pr-436 {
  padding-right: 436px;
}
.px-436 {
  padding-left: 436px;
  padding-right: 436px;
}
.pa-436 {
  padding: 436px;
}
.mt-436 {
  margin-top: 436px;
}
.mb-436 {
  margin-bottom: 436px;
}
.my-436 {
  margin-bottom: 436px;
  margin-top: 436px;
}
.ml-436 {
  margin-left: 436px;
}
.mr-436 {
  margin-right: 436px;
}
.mx-436 {
  margin-left: 436px;
  margin-right: 436px;
}
.ma-436 {
  margin: 436px;
}
.pt-440 {
  padding-top: 440px;
}
.pb-440 {
  padding-bottom: 440px;
}
.py-440 {
  padding-bottom: 440px;
  padding-top: 440px;
}
.pl-440 {
  padding-left: 440px;
}
.pr-440 {
  padding-right: 440px;
}
.px-440 {
  padding-left: 440px;
  padding-right: 440px;
}
.pa-440 {
  padding: 440px;
}
.mt-440 {
  margin-top: 440px;
}
.mb-440 {
  margin-bottom: 440px;
}
.my-440 {
  margin-bottom: 440px;
  margin-top: 440px;
}
.ml-440 {
  margin-left: 440px;
}
.mr-440 {
  margin-right: 440px;
}
.mx-440 {
  margin-left: 440px;
  margin-right: 440px;
}
.ma-440 {
  margin: 440px;
}
.pt-444 {
  padding-top: 444px;
}
.pb-444 {
  padding-bottom: 444px;
}
.py-444 {
  padding-bottom: 444px;
  padding-top: 444px;
}
.pl-444 {
  padding-left: 444px;
}
.pr-444 {
  padding-right: 444px;
}
.px-444 {
  padding-left: 444px;
  padding-right: 444px;
}
.pa-444 {
  padding: 444px;
}
.mt-444 {
  margin-top: 444px;
}
.mb-444 {
  margin-bottom: 444px;
}
.my-444 {
  margin-bottom: 444px;
  margin-top: 444px;
}
.ml-444 {
  margin-left: 444px;
}
.mr-444 {
  margin-right: 444px;
}
.mx-444 {
  margin-left: 444px;
  margin-right: 444px;
}
.ma-444 {
  margin: 444px;
}
.pt-448 {
  padding-top: 448px;
}
.pb-448 {
  padding-bottom: 448px;
}
.py-448 {
  padding-bottom: 448px;
  padding-top: 448px;
}
.pl-448 {
  padding-left: 448px;
}
.pr-448 {
  padding-right: 448px;
}
.px-448 {
  padding-left: 448px;
  padding-right: 448px;
}
.pa-448 {
  padding: 448px;
}
.mt-448 {
  margin-top: 448px;
}
.mb-448 {
  margin-bottom: 448px;
}
.my-448 {
  margin-bottom: 448px;
  margin-top: 448px;
}
.ml-448 {
  margin-left: 448px;
}
.mr-448 {
  margin-right: 448px;
}
.mx-448 {
  margin-left: 448px;
  margin-right: 448px;
}
.ma-448 {
  margin: 448px;
}
.pt-452 {
  padding-top: 452px;
}
.pb-452 {
  padding-bottom: 452px;
}
.py-452 {
  padding-bottom: 452px;
  padding-top: 452px;
}
.pl-452 {
  padding-left: 452px;
}
.pr-452 {
  padding-right: 452px;
}
.px-452 {
  padding-left: 452px;
  padding-right: 452px;
}
.pa-452 {
  padding: 452px;
}
.mt-452 {
  margin-top: 452px;
}
.mb-452 {
  margin-bottom: 452px;
}
.my-452 {
  margin-bottom: 452px;
  margin-top: 452px;
}
.ml-452 {
  margin-left: 452px;
}
.mr-452 {
  margin-right: 452px;
}
.mx-452 {
  margin-left: 452px;
  margin-right: 452px;
}
.ma-452 {
  margin: 452px;
}
.pt-456 {
  padding-top: 456px;
}
.pb-456 {
  padding-bottom: 456px;
}
.py-456 {
  padding-bottom: 456px;
  padding-top: 456px;
}
.pl-456 {
  padding-left: 456px;
}
.pr-456 {
  padding-right: 456px;
}
.px-456 {
  padding-left: 456px;
  padding-right: 456px;
}
.pa-456 {
  padding: 456px;
}
.mt-456 {
  margin-top: 456px;
}
.mb-456 {
  margin-bottom: 456px;
}
.my-456 {
  margin-bottom: 456px;
  margin-top: 456px;
}
.ml-456 {
  margin-left: 456px;
}
.mr-456 {
  margin-right: 456px;
}
.mx-456 {
  margin-left: 456px;
  margin-right: 456px;
}
.ma-456 {
  margin: 456px;
}
.pt-460 {
  padding-top: 460px;
}
.pb-460 {
  padding-bottom: 460px;
}
.py-460 {
  padding-bottom: 460px;
  padding-top: 460px;
}
.pl-460 {
  padding-left: 460px;
}
.pr-460 {
  padding-right: 460px;
}
.px-460 {
  padding-left: 460px;
  padding-right: 460px;
}
.pa-460 {
  padding: 460px;
}
.mt-460 {
  margin-top: 460px;
}
.mb-460 {
  margin-bottom: 460px;
}
.my-460 {
  margin-bottom: 460px;
  margin-top: 460px;
}
.ml-460 {
  margin-left: 460px;
}
.mr-460 {
  margin-right: 460px;
}
.mx-460 {
  margin-left: 460px;
  margin-right: 460px;
}
.ma-460 {
  margin: 460px;
}
.pt-464 {
  padding-top: 464px;
}
.pb-464 {
  padding-bottom: 464px;
}
.py-464 {
  padding-bottom: 464px;
  padding-top: 464px;
}
.pl-464 {
  padding-left: 464px;
}
.pr-464 {
  padding-right: 464px;
}
.px-464 {
  padding-left: 464px;
  padding-right: 464px;
}
.pa-464 {
  padding: 464px;
}
.mt-464 {
  margin-top: 464px;
}
.mb-464 {
  margin-bottom: 464px;
}
.my-464 {
  margin-bottom: 464px;
  margin-top: 464px;
}
.ml-464 {
  margin-left: 464px;
}
.mr-464 {
  margin-right: 464px;
}
.mx-464 {
  margin-left: 464px;
  margin-right: 464px;
}
.ma-464 {
  margin: 464px;
}
.pt-468 {
  padding-top: 468px;
}
.pb-468 {
  padding-bottom: 468px;
}
.py-468 {
  padding-bottom: 468px;
  padding-top: 468px;
}
.pl-468 {
  padding-left: 468px;
}
.pr-468 {
  padding-right: 468px;
}
.px-468 {
  padding-left: 468px;
  padding-right: 468px;
}
.pa-468 {
  padding: 468px;
}
.mt-468 {
  margin-top: 468px;
}
.mb-468 {
  margin-bottom: 468px;
}
.my-468 {
  margin-bottom: 468px;
  margin-top: 468px;
}
.ml-468 {
  margin-left: 468px;
}
.mr-468 {
  margin-right: 468px;
}
.mx-468 {
  margin-left: 468px;
  margin-right: 468px;
}
.ma-468 {
  margin: 468px;
}
.pt-472 {
  padding-top: 472px;
}
.pb-472 {
  padding-bottom: 472px;
}
.py-472 {
  padding-bottom: 472px;
  padding-top: 472px;
}
.pl-472 {
  padding-left: 472px;
}
.pr-472 {
  padding-right: 472px;
}
.px-472 {
  padding-left: 472px;
  padding-right: 472px;
}
.pa-472 {
  padding: 472px;
}
.mt-472 {
  margin-top: 472px;
}
.mb-472 {
  margin-bottom: 472px;
}
.my-472 {
  margin-bottom: 472px;
  margin-top: 472px;
}
.ml-472 {
  margin-left: 472px;
}
.mr-472 {
  margin-right: 472px;
}
.mx-472 {
  margin-left: 472px;
  margin-right: 472px;
}
.ma-472 {
  margin: 472px;
}
.pt-476 {
  padding-top: 476px;
}
.pb-476 {
  padding-bottom: 476px;
}
.py-476 {
  padding-bottom: 476px;
  padding-top: 476px;
}
.pl-476 {
  padding-left: 476px;
}
.pr-476 {
  padding-right: 476px;
}
.px-476 {
  padding-left: 476px;
  padding-right: 476px;
}
.pa-476 {
  padding: 476px;
}
.mt-476 {
  margin-top: 476px;
}
.mb-476 {
  margin-bottom: 476px;
}
.my-476 {
  margin-bottom: 476px;
  margin-top: 476px;
}
.ml-476 {
  margin-left: 476px;
}
.mr-476 {
  margin-right: 476px;
}
.mx-476 {
  margin-left: 476px;
  margin-right: 476px;
}
.ma-476 {
  margin: 476px;
}
.pt-480 {
  padding-top: 480px;
}
.pb-480 {
  padding-bottom: 480px;
}
.py-480 {
  padding-bottom: 480px;
  padding-top: 480px;
}
.pl-480 {
  padding-left: 480px;
}
.pr-480 {
  padding-right: 480px;
}
.px-480 {
  padding-left: 480px;
  padding-right: 480px;
}
.pa-480 {
  padding: 480px;
}
.mt-480 {
  margin-top: 480px;
}
.mb-480 {
  margin-bottom: 480px;
}
.my-480 {
  margin-bottom: 480px;
  margin-top: 480px;
}
.ml-480 {
  margin-left: 480px;
}
.mr-480 {
  margin-right: 480px;
}
.mx-480 {
  margin-left: 480px;
  margin-right: 480px;
}
.ma-480 {
  margin: 480px;
}
.pt-484 {
  padding-top: 484px;
}
.pb-484 {
  padding-bottom: 484px;
}
.py-484 {
  padding-bottom: 484px;
  padding-top: 484px;
}
.pl-484 {
  padding-left: 484px;
}
.pr-484 {
  padding-right: 484px;
}
.px-484 {
  padding-left: 484px;
  padding-right: 484px;
}
.pa-484 {
  padding: 484px;
}
.mt-484 {
  margin-top: 484px;
}
.mb-484 {
  margin-bottom: 484px;
}
.my-484 {
  margin-bottom: 484px;
  margin-top: 484px;
}
.ml-484 {
  margin-left: 484px;
}
.mr-484 {
  margin-right: 484px;
}
.mx-484 {
  margin-left: 484px;
  margin-right: 484px;
}
.ma-484 {
  margin: 484px;
}
.pt-488 {
  padding-top: 488px;
}
.pb-488 {
  padding-bottom: 488px;
}
.py-488 {
  padding-bottom: 488px;
  padding-top: 488px;
}
.pl-488 {
  padding-left: 488px;
}
.pr-488 {
  padding-right: 488px;
}
.px-488 {
  padding-left: 488px;
  padding-right: 488px;
}
.pa-488 {
  padding: 488px;
}
.mt-488 {
  margin-top: 488px;
}
.mb-488 {
  margin-bottom: 488px;
}
.my-488 {
  margin-bottom: 488px;
  margin-top: 488px;
}
.ml-488 {
  margin-left: 488px;
}
.mr-488 {
  margin-right: 488px;
}
.mx-488 {
  margin-left: 488px;
  margin-right: 488px;
}
.ma-488 {
  margin: 488px;
}
.pt-492 {
  padding-top: 492px;
}
.pb-492 {
  padding-bottom: 492px;
}
.py-492 {
  padding-bottom: 492px;
  padding-top: 492px;
}
.pl-492 {
  padding-left: 492px;
}
.pr-492 {
  padding-right: 492px;
}
.px-492 {
  padding-left: 492px;
  padding-right: 492px;
}
.pa-492 {
  padding: 492px;
}
.mt-492 {
  margin-top: 492px;
}
.mb-492 {
  margin-bottom: 492px;
}
.my-492 {
  margin-bottom: 492px;
  margin-top: 492px;
}
.ml-492 {
  margin-left: 492px;
}
.mr-492 {
  margin-right: 492px;
}
.mx-492 {
  margin-left: 492px;
  margin-right: 492px;
}
.ma-492 {
  margin: 492px;
}
.pt-496 {
  padding-top: 496px;
}
.pb-496 {
  padding-bottom: 496px;
}
.py-496 {
  padding-bottom: 496px;
  padding-top: 496px;
}
.pl-496 {
  padding-left: 496px;
}
.pr-496 {
  padding-right: 496px;
}
.px-496 {
  padding-left: 496px;
  padding-right: 496px;
}
.pa-496 {
  padding: 496px;
}
.mt-496 {
  margin-top: 496px;
}
.mb-496 {
  margin-bottom: 496px;
}
.my-496 {
  margin-bottom: 496px;
  margin-top: 496px;
}
.ml-496 {
  margin-left: 496px;
}
.mr-496 {
  margin-right: 496px;
}
.mx-496 {
  margin-left: 496px;
  margin-right: 496px;
}
.ma-496 {
  margin: 496px;
}
.pt-500 {
  padding-top: 500px;
}
.pb-500 {
  padding-bottom: 500px;
}
.py-500 {
  padding-bottom: 500px;
  padding-top: 500px;
}
.pl-500 {
  padding-left: 500px;
}
.pr-500 {
  padding-right: 500px;
}
.px-500 {
  padding-left: 500px;
  padding-right: 500px;
}
.pa-500 {
  padding: 500px;
}
.mt-500 {
  margin-top: 500px;
}
.mb-500 {
  margin-bottom: 500px;
}
.my-500 {
  margin-bottom: 500px;
  margin-top: 500px;
}
.ml-500 {
  margin-left: 500px;
}
.mr-500 {
  margin-right: 500px;
}
.mx-500 {
  margin-left: 500px;
  margin-right: 500px;
}
.ma-500 {
  margin: 500px;
}
.pt-504 {
  padding-top: 504px;
}
.pb-504 {
  padding-bottom: 504px;
}
.py-504 {
  padding-bottom: 504px;
  padding-top: 504px;
}
.pl-504 {
  padding-left: 504px;
}
.pr-504 {
  padding-right: 504px;
}
.px-504 {
  padding-left: 504px;
  padding-right: 504px;
}
.pa-504 {
  padding: 504px;
}
.mt-504 {
  margin-top: 504px;
}
.mb-504 {
  margin-bottom: 504px;
}
.my-504 {
  margin-bottom: 504px;
  margin-top: 504px;
}
.ml-504 {
  margin-left: 504px;
}
.mr-504 {
  margin-right: 504px;
}
.mx-504 {
  margin-left: 504px;
  margin-right: 504px;
}
.ma-504 {
  margin: 504px;
}
.pt-508 {
  padding-top: 508px;
}
.pb-508 {
  padding-bottom: 508px;
}
.py-508 {
  padding-bottom: 508px;
  padding-top: 508px;
}
.pl-508 {
  padding-left: 508px;
}
.pr-508 {
  padding-right: 508px;
}
.px-508 {
  padding-left: 508px;
  padding-right: 508px;
}
.pa-508 {
  padding: 508px;
}
.mt-508 {
  margin-top: 508px;
}
.mb-508 {
  margin-bottom: 508px;
}
.my-508 {
  margin-bottom: 508px;
  margin-top: 508px;
}
.ml-508 {
  margin-left: 508px;
}
.mr-508 {
  margin-right: 508px;
}
.mx-508 {
  margin-left: 508px;
  margin-right: 508px;
}
.ma-508 {
  margin: 508px;
}
.pt-512 {
  padding-top: 512px;
}
.pb-512 {
  padding-bottom: 512px;
}
.py-512 {
  padding-bottom: 512px;
  padding-top: 512px;
}
.pl-512 {
  padding-left: 512px;
}
.pr-512 {
  padding-right: 512px;
}
.px-512 {
  padding-left: 512px;
  padding-right: 512px;
}
.pa-512 {
  padding: 512px;
}
.mt-512 {
  margin-top: 512px;
}
.mb-512 {
  margin-bottom: 512px;
}
.my-512 {
  margin-bottom: 512px;
  margin-top: 512px;
}
.ml-512 {
  margin-left: 512px;
}
.mr-512 {
  margin-right: 512px;
}
.mx-512 {
  margin-left: 512px;
  margin-right: 512px;
}
.ma-512 {
  margin: 512px;
}
.pt-516 {
  padding-top: 516px;
}
.pb-516 {
  padding-bottom: 516px;
}
.py-516 {
  padding-bottom: 516px;
  padding-top: 516px;
}
.pl-516 {
  padding-left: 516px;
}
.pr-516 {
  padding-right: 516px;
}
.px-516 {
  padding-left: 516px;
  padding-right: 516px;
}
.pa-516 {
  padding: 516px;
}
.mt-516 {
  margin-top: 516px;
}
.mb-516 {
  margin-bottom: 516px;
}
.my-516 {
  margin-bottom: 516px;
  margin-top: 516px;
}
.ml-516 {
  margin-left: 516px;
}
.mr-516 {
  margin-right: 516px;
}
.mx-516 {
  margin-left: 516px;
  margin-right: 516px;
}
.ma-516 {
  margin: 516px;
}
.pt-520 {
  padding-top: 520px;
}
.pb-520 {
  padding-bottom: 520px;
}
.py-520 {
  padding-bottom: 520px;
  padding-top: 520px;
}
.pl-520 {
  padding-left: 520px;
}
.pr-520 {
  padding-right: 520px;
}
.px-520 {
  padding-left: 520px;
  padding-right: 520px;
}
.pa-520 {
  padding: 520px;
}
.mt-520 {
  margin-top: 520px;
}
.mb-520 {
  margin-bottom: 520px;
}
.my-520 {
  margin-bottom: 520px;
  margin-top: 520px;
}
.ml-520 {
  margin-left: 520px;
}
.mr-520 {
  margin-right: 520px;
}
.mx-520 {
  margin-left: 520px;
  margin-right: 520px;
}
.ma-520 {
  margin: 520px;
}
.pt-524 {
  padding-top: 524px;
}
.pb-524 {
  padding-bottom: 524px;
}
.py-524 {
  padding-bottom: 524px;
  padding-top: 524px;
}
.pl-524 {
  padding-left: 524px;
}
.pr-524 {
  padding-right: 524px;
}
.px-524 {
  padding-left: 524px;
  padding-right: 524px;
}
.pa-524 {
  padding: 524px;
}
.mt-524 {
  margin-top: 524px;
}
.mb-524 {
  margin-bottom: 524px;
}
.my-524 {
  margin-bottom: 524px;
  margin-top: 524px;
}
.ml-524 {
  margin-left: 524px;
}
.mr-524 {
  margin-right: 524px;
}
.mx-524 {
  margin-left: 524px;
  margin-right: 524px;
}
.ma-524 {
  margin: 524px;
}
.pt-528 {
  padding-top: 528px;
}
.pb-528 {
  padding-bottom: 528px;
}
.py-528 {
  padding-bottom: 528px;
  padding-top: 528px;
}
.pl-528 {
  padding-left: 528px;
}
.pr-528 {
  padding-right: 528px;
}
.px-528 {
  padding-left: 528px;
  padding-right: 528px;
}
.pa-528 {
  padding: 528px;
}
.mt-528 {
  margin-top: 528px;
}
.mb-528 {
  margin-bottom: 528px;
}
.my-528 {
  margin-bottom: 528px;
  margin-top: 528px;
}
.ml-528 {
  margin-left: 528px;
}
.mr-528 {
  margin-right: 528px;
}
.mx-528 {
  margin-left: 528px;
  margin-right: 528px;
}
.ma-528 {
  margin: 528px;
}
.pt-532 {
  padding-top: 532px;
}
.pb-532 {
  padding-bottom: 532px;
}
.py-532 {
  padding-bottom: 532px;
  padding-top: 532px;
}
.pl-532 {
  padding-left: 532px;
}
.pr-532 {
  padding-right: 532px;
}
.px-532 {
  padding-left: 532px;
  padding-right: 532px;
}
.pa-532 {
  padding: 532px;
}
.mt-532 {
  margin-top: 532px;
}
.mb-532 {
  margin-bottom: 532px;
}
.my-532 {
  margin-bottom: 532px;
  margin-top: 532px;
}
.ml-532 {
  margin-left: 532px;
}
.mr-532 {
  margin-right: 532px;
}
.mx-532 {
  margin-left: 532px;
  margin-right: 532px;
}
.ma-532 {
  margin: 532px;
}
.pt-536 {
  padding-top: 536px;
}
.pb-536 {
  padding-bottom: 536px;
}
.py-536 {
  padding-bottom: 536px;
  padding-top: 536px;
}
.pl-536 {
  padding-left: 536px;
}
.pr-536 {
  padding-right: 536px;
}
.px-536 {
  padding-left: 536px;
  padding-right: 536px;
}
.pa-536 {
  padding: 536px;
}
.mt-536 {
  margin-top: 536px;
}
.mb-536 {
  margin-bottom: 536px;
}
.my-536 {
  margin-bottom: 536px;
  margin-top: 536px;
}
.ml-536 {
  margin-left: 536px;
}
.mr-536 {
  margin-right: 536px;
}
.mx-536 {
  margin-left: 536px;
  margin-right: 536px;
}
.ma-536 {
  margin: 536px;
}
.pt-540 {
  padding-top: 540px;
}
.pb-540 {
  padding-bottom: 540px;
}
.py-540 {
  padding-bottom: 540px;
  padding-top: 540px;
}
.pl-540 {
  padding-left: 540px;
}
.pr-540 {
  padding-right: 540px;
}
.px-540 {
  padding-left: 540px;
  padding-right: 540px;
}
.pa-540 {
  padding: 540px;
}
.mt-540 {
  margin-top: 540px;
}
.mb-540 {
  margin-bottom: 540px;
}
.my-540 {
  margin-bottom: 540px;
  margin-top: 540px;
}
.ml-540 {
  margin-left: 540px;
}
.mr-540 {
  margin-right: 540px;
}
.mx-540 {
  margin-left: 540px;
  margin-right: 540px;
}
.ma-540 {
  margin: 540px;
}
.pt-544 {
  padding-top: 544px;
}
.pb-544 {
  padding-bottom: 544px;
}
.py-544 {
  padding-bottom: 544px;
  padding-top: 544px;
}
.pl-544 {
  padding-left: 544px;
}
.pr-544 {
  padding-right: 544px;
}
.px-544 {
  padding-left: 544px;
  padding-right: 544px;
}
.pa-544 {
  padding: 544px;
}
.mt-544 {
  margin-top: 544px;
}
.mb-544 {
  margin-bottom: 544px;
}
.my-544 {
  margin-bottom: 544px;
  margin-top: 544px;
}
.ml-544 {
  margin-left: 544px;
}
.mr-544 {
  margin-right: 544px;
}
.mx-544 {
  margin-left: 544px;
  margin-right: 544px;
}
.ma-544 {
  margin: 544px;
}
.pt-548 {
  padding-top: 548px;
}
.pb-548 {
  padding-bottom: 548px;
}
.py-548 {
  padding-bottom: 548px;
  padding-top: 548px;
}
.pl-548 {
  padding-left: 548px;
}
.pr-548 {
  padding-right: 548px;
}
.px-548 {
  padding-left: 548px;
  padding-right: 548px;
}
.pa-548 {
  padding: 548px;
}
.mt-548 {
  margin-top: 548px;
}
.mb-548 {
  margin-bottom: 548px;
}
.my-548 {
  margin-bottom: 548px;
  margin-top: 548px;
}
.ml-548 {
  margin-left: 548px;
}
.mr-548 {
  margin-right: 548px;
}
.mx-548 {
  margin-left: 548px;
  margin-right: 548px;
}
.ma-548 {
  margin: 548px;
}
.pt-552 {
  padding-top: 552px;
}
.pb-552 {
  padding-bottom: 552px;
}
.py-552 {
  padding-bottom: 552px;
  padding-top: 552px;
}
.pl-552 {
  padding-left: 552px;
}
.pr-552 {
  padding-right: 552px;
}
.px-552 {
  padding-left: 552px;
  padding-right: 552px;
}
.pa-552 {
  padding: 552px;
}
.mt-552 {
  margin-top: 552px;
}
.mb-552 {
  margin-bottom: 552px;
}
.my-552 {
  margin-bottom: 552px;
  margin-top: 552px;
}
.ml-552 {
  margin-left: 552px;
}
.mr-552 {
  margin-right: 552px;
}
.mx-552 {
  margin-left: 552px;
  margin-right: 552px;
}
.ma-552 {
  margin: 552px;
}
.pt-556 {
  padding-top: 556px;
}
.pb-556 {
  padding-bottom: 556px;
}
.py-556 {
  padding-bottom: 556px;
  padding-top: 556px;
}
.pl-556 {
  padding-left: 556px;
}
.pr-556 {
  padding-right: 556px;
}
.px-556 {
  padding-left: 556px;
  padding-right: 556px;
}
.pa-556 {
  padding: 556px;
}
.mt-556 {
  margin-top: 556px;
}
.mb-556 {
  margin-bottom: 556px;
}
.my-556 {
  margin-bottom: 556px;
  margin-top: 556px;
}
.ml-556 {
  margin-left: 556px;
}
.mr-556 {
  margin-right: 556px;
}
.mx-556 {
  margin-left: 556px;
  margin-right: 556px;
}
.ma-556 {
  margin: 556px;
}
.pt-560 {
  padding-top: 560px;
}
.pb-560 {
  padding-bottom: 560px;
}
.py-560 {
  padding-bottom: 560px;
  padding-top: 560px;
}
.pl-560 {
  padding-left: 560px;
}
.pr-560 {
  padding-right: 560px;
}
.px-560 {
  padding-left: 560px;
  padding-right: 560px;
}
.pa-560 {
  padding: 560px;
}
.mt-560 {
  margin-top: 560px;
}
.mb-560 {
  margin-bottom: 560px;
}
.my-560 {
  margin-bottom: 560px;
  margin-top: 560px;
}
.ml-560 {
  margin-left: 560px;
}
.mr-560 {
  margin-right: 560px;
}
.mx-560 {
  margin-left: 560px;
  margin-right: 560px;
}
.ma-560 {
  margin: 560px;
}
.pt-564 {
  padding-top: 564px;
}
.pb-564 {
  padding-bottom: 564px;
}
.py-564 {
  padding-bottom: 564px;
  padding-top: 564px;
}
.pl-564 {
  padding-left: 564px;
}
.pr-564 {
  padding-right: 564px;
}
.px-564 {
  padding-left: 564px;
  padding-right: 564px;
}
.pa-564 {
  padding: 564px;
}
.mt-564 {
  margin-top: 564px;
}
.mb-564 {
  margin-bottom: 564px;
}
.my-564 {
  margin-bottom: 564px;
  margin-top: 564px;
}
.ml-564 {
  margin-left: 564px;
}
.mr-564 {
  margin-right: 564px;
}
.mx-564 {
  margin-left: 564px;
  margin-right: 564px;
}
.ma-564 {
  margin: 564px;
}
.pt-568 {
  padding-top: 568px;
}
.pb-568 {
  padding-bottom: 568px;
}
.py-568 {
  padding-bottom: 568px;
  padding-top: 568px;
}
.pl-568 {
  padding-left: 568px;
}
.pr-568 {
  padding-right: 568px;
}
.px-568 {
  padding-left: 568px;
  padding-right: 568px;
}
.pa-568 {
  padding: 568px;
}
.mt-568 {
  margin-top: 568px;
}
.mb-568 {
  margin-bottom: 568px;
}
.my-568 {
  margin-bottom: 568px;
  margin-top: 568px;
}
.ml-568 {
  margin-left: 568px;
}
.mr-568 {
  margin-right: 568px;
}
.mx-568 {
  margin-left: 568px;
  margin-right: 568px;
}
.ma-568 {
  margin: 568px;
}
.pt-572 {
  padding-top: 572px;
}
.pb-572 {
  padding-bottom: 572px;
}
.py-572 {
  padding-bottom: 572px;
  padding-top: 572px;
}
.pl-572 {
  padding-left: 572px;
}
.pr-572 {
  padding-right: 572px;
}
.px-572 {
  padding-left: 572px;
  padding-right: 572px;
}
.pa-572 {
  padding: 572px;
}
.mt-572 {
  margin-top: 572px;
}
.mb-572 {
  margin-bottom: 572px;
}
.my-572 {
  margin-bottom: 572px;
  margin-top: 572px;
}
.ml-572 {
  margin-left: 572px;
}
.mr-572 {
  margin-right: 572px;
}
.mx-572 {
  margin-left: 572px;
  margin-right: 572px;
}
.ma-572 {
  margin: 572px;
}
.pt-576 {
  padding-top: 576px;
}
.pb-576 {
  padding-bottom: 576px;
}
.py-576 {
  padding-bottom: 576px;
  padding-top: 576px;
}
.pl-576 {
  padding-left: 576px;
}
.pr-576 {
  padding-right: 576px;
}
.px-576 {
  padding-left: 576px;
  padding-right: 576px;
}
.pa-576 {
  padding: 576px;
}
.mt-576 {
  margin-top: 576px;
}
.mb-576 {
  margin-bottom: 576px;
}
.my-576 {
  margin-bottom: 576px;
  margin-top: 576px;
}
.ml-576 {
  margin-left: 576px;
}
.mr-576 {
  margin-right: 576px;
}
.mx-576 {
  margin-left: 576px;
  margin-right: 576px;
}
.ma-576 {
  margin: 576px;
}
.pt-580 {
  padding-top: 580px;
}
.pb-580 {
  padding-bottom: 580px;
}
.py-580 {
  padding-bottom: 580px;
  padding-top: 580px;
}
.pl-580 {
  padding-left: 580px;
}
.pr-580 {
  padding-right: 580px;
}
.px-580 {
  padding-left: 580px;
  padding-right: 580px;
}
.pa-580 {
  padding: 580px;
}
.mt-580 {
  margin-top: 580px;
}
.mb-580 {
  margin-bottom: 580px;
}
.my-580 {
  margin-bottom: 580px;
  margin-top: 580px;
}
.ml-580 {
  margin-left: 580px;
}
.mr-580 {
  margin-right: 580px;
}
.mx-580 {
  margin-left: 580px;
  margin-right: 580px;
}
.ma-580 {
  margin: 580px;
}
.pt-584 {
  padding-top: 584px;
}
.pb-584 {
  padding-bottom: 584px;
}
.py-584 {
  padding-bottom: 584px;
  padding-top: 584px;
}
.pl-584 {
  padding-left: 584px;
}
.pr-584 {
  padding-right: 584px;
}
.px-584 {
  padding-left: 584px;
  padding-right: 584px;
}
.pa-584 {
  padding: 584px;
}
.mt-584 {
  margin-top: 584px;
}
.mb-584 {
  margin-bottom: 584px;
}
.my-584 {
  margin-bottom: 584px;
  margin-top: 584px;
}
.ml-584 {
  margin-left: 584px;
}
.mr-584 {
  margin-right: 584px;
}
.mx-584 {
  margin-left: 584px;
  margin-right: 584px;
}
.ma-584 {
  margin: 584px;
}
.pt-588 {
  padding-top: 588px;
}
.pb-588 {
  padding-bottom: 588px;
}
.py-588 {
  padding-bottom: 588px;
  padding-top: 588px;
}
.pl-588 {
  padding-left: 588px;
}
.pr-588 {
  padding-right: 588px;
}
.px-588 {
  padding-left: 588px;
  padding-right: 588px;
}
.pa-588 {
  padding: 588px;
}
.mt-588 {
  margin-top: 588px;
}
.mb-588 {
  margin-bottom: 588px;
}
.my-588 {
  margin-bottom: 588px;
  margin-top: 588px;
}
.ml-588 {
  margin-left: 588px;
}
.mr-588 {
  margin-right: 588px;
}
.mx-588 {
  margin-left: 588px;
  margin-right: 588px;
}
.ma-588 {
  margin: 588px;
}
.pt-592 {
  padding-top: 592px;
}
.pb-592 {
  padding-bottom: 592px;
}
.py-592 {
  padding-bottom: 592px;
  padding-top: 592px;
}
.pl-592 {
  padding-left: 592px;
}
.pr-592 {
  padding-right: 592px;
}
.px-592 {
  padding-left: 592px;
  padding-right: 592px;
}
.pa-592 {
  padding: 592px;
}
.mt-592 {
  margin-top: 592px;
}
.mb-592 {
  margin-bottom: 592px;
}
.my-592 {
  margin-bottom: 592px;
  margin-top: 592px;
}
.ml-592 {
  margin-left: 592px;
}
.mr-592 {
  margin-right: 592px;
}
.mx-592 {
  margin-left: 592px;
  margin-right: 592px;
}
.ma-592 {
  margin: 592px;
}
.pt-596 {
  padding-top: 596px;
}
.pb-596 {
  padding-bottom: 596px;
}
.py-596 {
  padding-bottom: 596px;
  padding-top: 596px;
}
.pl-596 {
  padding-left: 596px;
}
.pr-596 {
  padding-right: 596px;
}
.px-596 {
  padding-left: 596px;
  padding-right: 596px;
}
.pa-596 {
  padding: 596px;
}
.mt-596 {
  margin-top: 596px;
}
.mb-596 {
  margin-bottom: 596px;
}
.my-596 {
  margin-bottom: 596px;
  margin-top: 596px;
}
.ml-596 {
  margin-left: 596px;
}
.mr-596 {
  margin-right: 596px;
}
.mx-596 {
  margin-left: 596px;
  margin-right: 596px;
}
.ma-596 {
  margin: 596px;
}
.pt-600 {
  padding-top: 600px;
}
.pb-600 {
  padding-bottom: 600px;
}
.py-600 {
  padding-bottom: 600px;
  padding-top: 600px;
}
.pl-600 {
  padding-left: 600px;
}
.pr-600 {
  padding-right: 600px;
}
.px-600 {
  padding-left: 600px;
  padding-right: 600px;
}
.pa-600 {
  padding: 600px;
}
.mt-600 {
  margin-top: 600px;
}
.mb-600 {
  margin-bottom: 600px;
}
.my-600 {
  margin-bottom: 600px;
  margin-top: 600px;
}
.ml-600 {
  margin-left: 600px;
}
.mr-600 {
  margin-right: 600px;
}
.mx-600 {
  margin-left: 600px;
  margin-right: 600px;
}
.ma-600 {
  margin: 600px;
}
.pt-604 {
  padding-top: 604px;
}
.pb-604 {
  padding-bottom: 604px;
}
.py-604 {
  padding-bottom: 604px;
  padding-top: 604px;
}
.pl-604 {
  padding-left: 604px;
}
.pr-604 {
  padding-right: 604px;
}
.px-604 {
  padding-left: 604px;
  padding-right: 604px;
}
.pa-604 {
  padding: 604px;
}
.mt-604 {
  margin-top: 604px;
}
.mb-604 {
  margin-bottom: 604px;
}
.my-604 {
  margin-bottom: 604px;
  margin-top: 604px;
}
.ml-604 {
  margin-left: 604px;
}
.mr-604 {
  margin-right: 604px;
}
.mx-604 {
  margin-left: 604px;
  margin-right: 604px;
}
.ma-604 {
  margin: 604px;
}
.pt-608 {
  padding-top: 608px;
}
.pb-608 {
  padding-bottom: 608px;
}
.py-608 {
  padding-bottom: 608px;
  padding-top: 608px;
}
.pl-608 {
  padding-left: 608px;
}
.pr-608 {
  padding-right: 608px;
}
.px-608 {
  padding-left: 608px;
  padding-right: 608px;
}
.pa-608 {
  padding: 608px;
}
.mt-608 {
  margin-top: 608px;
}
.mb-608 {
  margin-bottom: 608px;
}
.my-608 {
  margin-bottom: 608px;
  margin-top: 608px;
}
.ml-608 {
  margin-left: 608px;
}
.mr-608 {
  margin-right: 608px;
}
.mx-608 {
  margin-left: 608px;
  margin-right: 608px;
}
.ma-608 {
  margin: 608px;
}
.pt-612 {
  padding-top: 612px;
}
.pb-612 {
  padding-bottom: 612px;
}
.py-612 {
  padding-bottom: 612px;
  padding-top: 612px;
}
.pl-612 {
  padding-left: 612px;
}
.pr-612 {
  padding-right: 612px;
}
.px-612 {
  padding-left: 612px;
  padding-right: 612px;
}
.pa-612 {
  padding: 612px;
}
.mt-612 {
  margin-top: 612px;
}
.mb-612 {
  margin-bottom: 612px;
}
.my-612 {
  margin-bottom: 612px;
  margin-top: 612px;
}
.ml-612 {
  margin-left: 612px;
}
.mr-612 {
  margin-right: 612px;
}
.mx-612 {
  margin-left: 612px;
  margin-right: 612px;
}
.ma-612 {
  margin: 612px;
}
.pt-616 {
  padding-top: 616px;
}
.pb-616 {
  padding-bottom: 616px;
}
.py-616 {
  padding-bottom: 616px;
  padding-top: 616px;
}
.pl-616 {
  padding-left: 616px;
}
.pr-616 {
  padding-right: 616px;
}
.px-616 {
  padding-left: 616px;
  padding-right: 616px;
}
.pa-616 {
  padding: 616px;
}
.mt-616 {
  margin-top: 616px;
}
.mb-616 {
  margin-bottom: 616px;
}
.my-616 {
  margin-bottom: 616px;
  margin-top: 616px;
}
.ml-616 {
  margin-left: 616px;
}
.mr-616 {
  margin-right: 616px;
}
.mx-616 {
  margin-left: 616px;
  margin-right: 616px;
}
.ma-616 {
  margin: 616px;
}
.pt-620 {
  padding-top: 620px;
}
.pb-620 {
  padding-bottom: 620px;
}
.py-620 {
  padding-bottom: 620px;
  padding-top: 620px;
}
.pl-620 {
  padding-left: 620px;
}
.pr-620 {
  padding-right: 620px;
}
.px-620 {
  padding-left: 620px;
  padding-right: 620px;
}
.pa-620 {
  padding: 620px;
}
.mt-620 {
  margin-top: 620px;
}
.mb-620 {
  margin-bottom: 620px;
}
.my-620 {
  margin-bottom: 620px;
  margin-top: 620px;
}
.ml-620 {
  margin-left: 620px;
}
.mr-620 {
  margin-right: 620px;
}
.mx-620 {
  margin-left: 620px;
  margin-right: 620px;
}
.ma-620 {
  margin: 620px;
}
.pt-624 {
  padding-top: 624px;
}
.pb-624 {
  padding-bottom: 624px;
}
.py-624 {
  padding-bottom: 624px;
  padding-top: 624px;
}
.pl-624 {
  padding-left: 624px;
}
.pr-624 {
  padding-right: 624px;
}
.px-624 {
  padding-left: 624px;
  padding-right: 624px;
}
.pa-624 {
  padding: 624px;
}
.mt-624 {
  margin-top: 624px;
}
.mb-624 {
  margin-bottom: 624px;
}
.my-624 {
  margin-bottom: 624px;
  margin-top: 624px;
}
.ml-624 {
  margin-left: 624px;
}
.mr-624 {
  margin-right: 624px;
}
.mx-624 {
  margin-left: 624px;
  margin-right: 624px;
}
.ma-624 {
  margin: 624px;
}
.pt-628 {
  padding-top: 628px;
}
.pb-628 {
  padding-bottom: 628px;
}
.py-628 {
  padding-bottom: 628px;
  padding-top: 628px;
}
.pl-628 {
  padding-left: 628px;
}
.pr-628 {
  padding-right: 628px;
}
.px-628 {
  padding-left: 628px;
  padding-right: 628px;
}
.pa-628 {
  padding: 628px;
}
.mt-628 {
  margin-top: 628px;
}
.mb-628 {
  margin-bottom: 628px;
}
.my-628 {
  margin-bottom: 628px;
  margin-top: 628px;
}
.ml-628 {
  margin-left: 628px;
}
.mr-628 {
  margin-right: 628px;
}
.mx-628 {
  margin-left: 628px;
  margin-right: 628px;
}
.ma-628 {
  margin: 628px;
}
.pt-632 {
  padding-top: 632px;
}
.pb-632 {
  padding-bottom: 632px;
}
.py-632 {
  padding-bottom: 632px;
  padding-top: 632px;
}
.pl-632 {
  padding-left: 632px;
}
.pr-632 {
  padding-right: 632px;
}
.px-632 {
  padding-left: 632px;
  padding-right: 632px;
}
.pa-632 {
  padding: 632px;
}
.mt-632 {
  margin-top: 632px;
}
.mb-632 {
  margin-bottom: 632px;
}
.my-632 {
  margin-bottom: 632px;
  margin-top: 632px;
}
.ml-632 {
  margin-left: 632px;
}
.mr-632 {
  margin-right: 632px;
}
.mx-632 {
  margin-left: 632px;
  margin-right: 632px;
}
.ma-632 {
  margin: 632px;
}
.pt-636 {
  padding-top: 636px;
}
.pb-636 {
  padding-bottom: 636px;
}
.py-636 {
  padding-bottom: 636px;
  padding-top: 636px;
}
.pl-636 {
  padding-left: 636px;
}
.pr-636 {
  padding-right: 636px;
}
.px-636 {
  padding-left: 636px;
  padding-right: 636px;
}
.pa-636 {
  padding: 636px;
}
.mt-636 {
  margin-top: 636px;
}
.mb-636 {
  margin-bottom: 636px;
}
.my-636 {
  margin-bottom: 636px;
  margin-top: 636px;
}
.ml-636 {
  margin-left: 636px;
}
.mr-636 {
  margin-right: 636px;
}
.mx-636 {
  margin-left: 636px;
  margin-right: 636px;
}
.ma-636 {
  margin: 636px;
}
.pt-640 {
  padding-top: 640px;
}
.pb-640 {
  padding-bottom: 640px;
}
.py-640 {
  padding-bottom: 640px;
  padding-top: 640px;
}
.pl-640 {
  padding-left: 640px;
}
.pr-640 {
  padding-right: 640px;
}
.px-640 {
  padding-left: 640px;
  padding-right: 640px;
}
.pa-640 {
  padding: 640px;
}
.mt-640 {
  margin-top: 640px;
}
.mb-640 {
  margin-bottom: 640px;
}
.my-640 {
  margin-bottom: 640px;
  margin-top: 640px;
}
.ml-640 {
  margin-left: 640px;
}
.mr-640 {
  margin-right: 640px;
}
.mx-640 {
  margin-left: 640px;
  margin-right: 640px;
}
.ma-640 {
  margin: 640px;
}
.pt-644 {
  padding-top: 644px;
}
.pb-644 {
  padding-bottom: 644px;
}
.py-644 {
  padding-bottom: 644px;
  padding-top: 644px;
}
.pl-644 {
  padding-left: 644px;
}
.pr-644 {
  padding-right: 644px;
}
.px-644 {
  padding-left: 644px;
  padding-right: 644px;
}
.pa-644 {
  padding: 644px;
}
.mt-644 {
  margin-top: 644px;
}
.mb-644 {
  margin-bottom: 644px;
}
.my-644 {
  margin-bottom: 644px;
  margin-top: 644px;
}
.ml-644 {
  margin-left: 644px;
}
.mr-644 {
  margin-right: 644px;
}
.mx-644 {
  margin-left: 644px;
  margin-right: 644px;
}
.ma-644 {
  margin: 644px;
}
.pt-648 {
  padding-top: 648px;
}
.pb-648 {
  padding-bottom: 648px;
}
.py-648 {
  padding-bottom: 648px;
  padding-top: 648px;
}
.pl-648 {
  padding-left: 648px;
}
.pr-648 {
  padding-right: 648px;
}
.px-648 {
  padding-left: 648px;
  padding-right: 648px;
}
.pa-648 {
  padding: 648px;
}
.mt-648 {
  margin-top: 648px;
}
.mb-648 {
  margin-bottom: 648px;
}
.my-648 {
  margin-bottom: 648px;
  margin-top: 648px;
}
.ml-648 {
  margin-left: 648px;
}
.mr-648 {
  margin-right: 648px;
}
.mx-648 {
  margin-left: 648px;
  margin-right: 648px;
}
.ma-648 {
  margin: 648px;
}
.pt-652 {
  padding-top: 652px;
}
.pb-652 {
  padding-bottom: 652px;
}
.py-652 {
  padding-bottom: 652px;
  padding-top: 652px;
}
.pl-652 {
  padding-left: 652px;
}
.pr-652 {
  padding-right: 652px;
}
.px-652 {
  padding-left: 652px;
  padding-right: 652px;
}
.pa-652 {
  padding: 652px;
}
.mt-652 {
  margin-top: 652px;
}
.mb-652 {
  margin-bottom: 652px;
}
.my-652 {
  margin-bottom: 652px;
  margin-top: 652px;
}
.ml-652 {
  margin-left: 652px;
}
.mr-652 {
  margin-right: 652px;
}
.mx-652 {
  margin-left: 652px;
  margin-right: 652px;
}
.ma-652 {
  margin: 652px;
}
.pt-656 {
  padding-top: 656px;
}
.pb-656 {
  padding-bottom: 656px;
}
.py-656 {
  padding-bottom: 656px;
  padding-top: 656px;
}
.pl-656 {
  padding-left: 656px;
}
.pr-656 {
  padding-right: 656px;
}
.px-656 {
  padding-left: 656px;
  padding-right: 656px;
}
.pa-656 {
  padding: 656px;
}
.mt-656 {
  margin-top: 656px;
}
.mb-656 {
  margin-bottom: 656px;
}
.my-656 {
  margin-bottom: 656px;
  margin-top: 656px;
}
.ml-656 {
  margin-left: 656px;
}
.mr-656 {
  margin-right: 656px;
}
.mx-656 {
  margin-left: 656px;
  margin-right: 656px;
}
.ma-656 {
  margin: 656px;
}
.pt-660 {
  padding-top: 660px;
}
.pb-660 {
  padding-bottom: 660px;
}
.py-660 {
  padding-bottom: 660px;
  padding-top: 660px;
}
.pl-660 {
  padding-left: 660px;
}
.pr-660 {
  padding-right: 660px;
}
.px-660 {
  padding-left: 660px;
  padding-right: 660px;
}
.pa-660 {
  padding: 660px;
}
.mt-660 {
  margin-top: 660px;
}
.mb-660 {
  margin-bottom: 660px;
}
.my-660 {
  margin-bottom: 660px;
  margin-top: 660px;
}
.ml-660 {
  margin-left: 660px;
}
.mr-660 {
  margin-right: 660px;
}
.mx-660 {
  margin-left: 660px;
  margin-right: 660px;
}
.ma-660 {
  margin: 660px;
}
.pt-664 {
  padding-top: 664px;
}
.pb-664 {
  padding-bottom: 664px;
}
.py-664 {
  padding-bottom: 664px;
  padding-top: 664px;
}
.pl-664 {
  padding-left: 664px;
}
.pr-664 {
  padding-right: 664px;
}
.px-664 {
  padding-left: 664px;
  padding-right: 664px;
}
.pa-664 {
  padding: 664px;
}
.mt-664 {
  margin-top: 664px;
}
.mb-664 {
  margin-bottom: 664px;
}
.my-664 {
  margin-bottom: 664px;
  margin-top: 664px;
}
.ml-664 {
  margin-left: 664px;
}
.mr-664 {
  margin-right: 664px;
}
.mx-664 {
  margin-left: 664px;
  margin-right: 664px;
}
.ma-664 {
  margin: 664px;
}
.pt-668 {
  padding-top: 668px;
}
.pb-668 {
  padding-bottom: 668px;
}
.py-668 {
  padding-bottom: 668px;
  padding-top: 668px;
}
.pl-668 {
  padding-left: 668px;
}
.pr-668 {
  padding-right: 668px;
}
.px-668 {
  padding-left: 668px;
  padding-right: 668px;
}
.pa-668 {
  padding: 668px;
}
.mt-668 {
  margin-top: 668px;
}
.mb-668 {
  margin-bottom: 668px;
}
.my-668 {
  margin-bottom: 668px;
  margin-top: 668px;
}
.ml-668 {
  margin-left: 668px;
}
.mr-668 {
  margin-right: 668px;
}
.mx-668 {
  margin-left: 668px;
  margin-right: 668px;
}
.ma-668 {
  margin: 668px;
}
.pt-672 {
  padding-top: 672px;
}
.pb-672 {
  padding-bottom: 672px;
}
.py-672 {
  padding-bottom: 672px;
  padding-top: 672px;
}
.pl-672 {
  padding-left: 672px;
}
.pr-672 {
  padding-right: 672px;
}
.px-672 {
  padding-left: 672px;
  padding-right: 672px;
}
.pa-672 {
  padding: 672px;
}
.mt-672 {
  margin-top: 672px;
}
.mb-672 {
  margin-bottom: 672px;
}
.my-672 {
  margin-bottom: 672px;
  margin-top: 672px;
}
.ml-672 {
  margin-left: 672px;
}
.mr-672 {
  margin-right: 672px;
}
.mx-672 {
  margin-left: 672px;
  margin-right: 672px;
}
.ma-672 {
  margin: 672px;
}
.pt-676 {
  padding-top: 676px;
}
.pb-676 {
  padding-bottom: 676px;
}
.py-676 {
  padding-bottom: 676px;
  padding-top: 676px;
}
.pl-676 {
  padding-left: 676px;
}
.pr-676 {
  padding-right: 676px;
}
.px-676 {
  padding-left: 676px;
  padding-right: 676px;
}
.pa-676 {
  padding: 676px;
}
.mt-676 {
  margin-top: 676px;
}
.mb-676 {
  margin-bottom: 676px;
}
.my-676 {
  margin-bottom: 676px;
  margin-top: 676px;
}
.ml-676 {
  margin-left: 676px;
}
.mr-676 {
  margin-right: 676px;
}
.mx-676 {
  margin-left: 676px;
  margin-right: 676px;
}
.ma-676 {
  margin: 676px;
}
.pt-680 {
  padding-top: 680px;
}
.pb-680 {
  padding-bottom: 680px;
}
.py-680 {
  padding-bottom: 680px;
  padding-top: 680px;
}
.pl-680 {
  padding-left: 680px;
}
.pr-680 {
  padding-right: 680px;
}
.px-680 {
  padding-left: 680px;
  padding-right: 680px;
}
.pa-680 {
  padding: 680px;
}
.mt-680 {
  margin-top: 680px;
}
.mb-680 {
  margin-bottom: 680px;
}
.my-680 {
  margin-bottom: 680px;
  margin-top: 680px;
}
.ml-680 {
  margin-left: 680px;
}
.mr-680 {
  margin-right: 680px;
}
.mx-680 {
  margin-left: 680px;
  margin-right: 680px;
}
.ma-680 {
  margin: 680px;
}
.pt-684 {
  padding-top: 684px;
}
.pb-684 {
  padding-bottom: 684px;
}
.py-684 {
  padding-bottom: 684px;
  padding-top: 684px;
}
.pl-684 {
  padding-left: 684px;
}
.pr-684 {
  padding-right: 684px;
}
.px-684 {
  padding-left: 684px;
  padding-right: 684px;
}
.pa-684 {
  padding: 684px;
}
.mt-684 {
  margin-top: 684px;
}
.mb-684 {
  margin-bottom: 684px;
}
.my-684 {
  margin-bottom: 684px;
  margin-top: 684px;
}
.ml-684 {
  margin-left: 684px;
}
.mr-684 {
  margin-right: 684px;
}
.mx-684 {
  margin-left: 684px;
  margin-right: 684px;
}
.ma-684 {
  margin: 684px;
}
.pt-688 {
  padding-top: 688px;
}
.pb-688 {
  padding-bottom: 688px;
}
.py-688 {
  padding-bottom: 688px;
  padding-top: 688px;
}
.pl-688 {
  padding-left: 688px;
}
.pr-688 {
  padding-right: 688px;
}
.px-688 {
  padding-left: 688px;
  padding-right: 688px;
}
.pa-688 {
  padding: 688px;
}
.mt-688 {
  margin-top: 688px;
}
.mb-688 {
  margin-bottom: 688px;
}
.my-688 {
  margin-bottom: 688px;
  margin-top: 688px;
}
.ml-688 {
  margin-left: 688px;
}
.mr-688 {
  margin-right: 688px;
}
.mx-688 {
  margin-left: 688px;
  margin-right: 688px;
}
.ma-688 {
  margin: 688px;
}
.pt-692 {
  padding-top: 692px;
}
.pb-692 {
  padding-bottom: 692px;
}
.py-692 {
  padding-bottom: 692px;
  padding-top: 692px;
}
.pl-692 {
  padding-left: 692px;
}
.pr-692 {
  padding-right: 692px;
}
.px-692 {
  padding-left: 692px;
  padding-right: 692px;
}
.pa-692 {
  padding: 692px;
}
.mt-692 {
  margin-top: 692px;
}
.mb-692 {
  margin-bottom: 692px;
}
.my-692 {
  margin-bottom: 692px;
  margin-top: 692px;
}
.ml-692 {
  margin-left: 692px;
}
.mr-692 {
  margin-right: 692px;
}
.mx-692 {
  margin-left: 692px;
  margin-right: 692px;
}
.ma-692 {
  margin: 692px;
}
.pt-696 {
  padding-top: 696px;
}
.pb-696 {
  padding-bottom: 696px;
}
.py-696 {
  padding-bottom: 696px;
  padding-top: 696px;
}
.pl-696 {
  padding-left: 696px;
}
.pr-696 {
  padding-right: 696px;
}
.px-696 {
  padding-left: 696px;
  padding-right: 696px;
}
.pa-696 {
  padding: 696px;
}
.mt-696 {
  margin-top: 696px;
}
.mb-696 {
  margin-bottom: 696px;
}
.my-696 {
  margin-bottom: 696px;
  margin-top: 696px;
}
.ml-696 {
  margin-left: 696px;
}
.mr-696 {
  margin-right: 696px;
}
.mx-696 {
  margin-left: 696px;
  margin-right: 696px;
}
.ma-696 {
  margin: 696px;
}
.pt-700 {
  padding-top: 700px;
}
.pb-700 {
  padding-bottom: 700px;
}
.py-700 {
  padding-bottom: 700px;
  padding-top: 700px;
}
.pl-700 {
  padding-left: 700px;
}
.pr-700 {
  padding-right: 700px;
}
.px-700 {
  padding-left: 700px;
  padding-right: 700px;
}
.pa-700 {
  padding: 700px;
}
.mt-700 {
  margin-top: 700px;
}
.mb-700 {
  margin-bottom: 700px;
}
.my-700 {
  margin-bottom: 700px;
  margin-top: 700px;
}
.ml-700 {
  margin-left: 700px;
}
.mr-700 {
  margin-right: 700px;
}
.mx-700 {
  margin-left: 700px;
  margin-right: 700px;
}
.ma-700 {
  margin: 700px;
}
.pt-704 {
  padding-top: 704px;
}
.pb-704 {
  padding-bottom: 704px;
}
.py-704 {
  padding-bottom: 704px;
  padding-top: 704px;
}
.pl-704 {
  padding-left: 704px;
}
.pr-704 {
  padding-right: 704px;
}
.px-704 {
  padding-left: 704px;
  padding-right: 704px;
}
.pa-704 {
  padding: 704px;
}
.mt-704 {
  margin-top: 704px;
}
.mb-704 {
  margin-bottom: 704px;
}
.my-704 {
  margin-bottom: 704px;
  margin-top: 704px;
}
.ml-704 {
  margin-left: 704px;
}
.mr-704 {
  margin-right: 704px;
}
.mx-704 {
  margin-left: 704px;
  margin-right: 704px;
}
.ma-704 {
  margin: 704px;
}
.pt-708 {
  padding-top: 708px;
}
.pb-708 {
  padding-bottom: 708px;
}
.py-708 {
  padding-bottom: 708px;
  padding-top: 708px;
}
.pl-708 {
  padding-left: 708px;
}
.pr-708 {
  padding-right: 708px;
}
.px-708 {
  padding-left: 708px;
  padding-right: 708px;
}
.pa-708 {
  padding: 708px;
}
.mt-708 {
  margin-top: 708px;
}
.mb-708 {
  margin-bottom: 708px;
}
.my-708 {
  margin-bottom: 708px;
  margin-top: 708px;
}
.ml-708 {
  margin-left: 708px;
}
.mr-708 {
  margin-right: 708px;
}
.mx-708 {
  margin-left: 708px;
  margin-right: 708px;
}
.ma-708 {
  margin: 708px;
}
.pt-712 {
  padding-top: 712px;
}
.pb-712 {
  padding-bottom: 712px;
}
.py-712 {
  padding-bottom: 712px;
  padding-top: 712px;
}
.pl-712 {
  padding-left: 712px;
}
.pr-712 {
  padding-right: 712px;
}
.px-712 {
  padding-left: 712px;
  padding-right: 712px;
}
.pa-712 {
  padding: 712px;
}
.mt-712 {
  margin-top: 712px;
}
.mb-712 {
  margin-bottom: 712px;
}
.my-712 {
  margin-bottom: 712px;
  margin-top: 712px;
}
.ml-712 {
  margin-left: 712px;
}
.mr-712 {
  margin-right: 712px;
}
.mx-712 {
  margin-left: 712px;
  margin-right: 712px;
}
.ma-712 {
  margin: 712px;
}
.pt-716 {
  padding-top: 716px;
}
.pb-716 {
  padding-bottom: 716px;
}
.py-716 {
  padding-bottom: 716px;
  padding-top: 716px;
}
.pl-716 {
  padding-left: 716px;
}
.pr-716 {
  padding-right: 716px;
}
.px-716 {
  padding-left: 716px;
  padding-right: 716px;
}
.pa-716 {
  padding: 716px;
}
.mt-716 {
  margin-top: 716px;
}
.mb-716 {
  margin-bottom: 716px;
}
.my-716 {
  margin-bottom: 716px;
  margin-top: 716px;
}
.ml-716 {
  margin-left: 716px;
}
.mr-716 {
  margin-right: 716px;
}
.mx-716 {
  margin-left: 716px;
  margin-right: 716px;
}
.ma-716 {
  margin: 716px;
}
.pt-720 {
  padding-top: 720px;
}
.pb-720 {
  padding-bottom: 720px;
}
.py-720 {
  padding-bottom: 720px;
  padding-top: 720px;
}
.pl-720 {
  padding-left: 720px;
}
.pr-720 {
  padding-right: 720px;
}
.px-720 {
  padding-left: 720px;
  padding-right: 720px;
}
.pa-720 {
  padding: 720px;
}
.mt-720 {
  margin-top: 720px;
}
.mb-720 {
  margin-bottom: 720px;
}
.my-720 {
  margin-bottom: 720px;
  margin-top: 720px;
}
.ml-720 {
  margin-left: 720px;
}
.mr-720 {
  margin-right: 720px;
}
.mx-720 {
  margin-left: 720px;
  margin-right: 720px;
}
.ma-720 {
  margin: 720px;
}
.pt-724 {
  padding-top: 724px;
}
.pb-724 {
  padding-bottom: 724px;
}
.py-724 {
  padding-bottom: 724px;
  padding-top: 724px;
}
.pl-724 {
  padding-left: 724px;
}
.pr-724 {
  padding-right: 724px;
}
.px-724 {
  padding-left: 724px;
  padding-right: 724px;
}
.pa-724 {
  padding: 724px;
}
.mt-724 {
  margin-top: 724px;
}
.mb-724 {
  margin-bottom: 724px;
}
.my-724 {
  margin-bottom: 724px;
  margin-top: 724px;
}
.ml-724 {
  margin-left: 724px;
}
.mr-724 {
  margin-right: 724px;
}
.mx-724 {
  margin-left: 724px;
  margin-right: 724px;
}
.ma-724 {
  margin: 724px;
}
.pt-728 {
  padding-top: 728px;
}
.pb-728 {
  padding-bottom: 728px;
}
.py-728 {
  padding-bottom: 728px;
  padding-top: 728px;
}
.pl-728 {
  padding-left: 728px;
}
.pr-728 {
  padding-right: 728px;
}
.px-728 {
  padding-left: 728px;
  padding-right: 728px;
}
.pa-728 {
  padding: 728px;
}
.mt-728 {
  margin-top: 728px;
}
.mb-728 {
  margin-bottom: 728px;
}
.my-728 {
  margin-bottom: 728px;
  margin-top: 728px;
}
.ml-728 {
  margin-left: 728px;
}
.mr-728 {
  margin-right: 728px;
}
.mx-728 {
  margin-left: 728px;
  margin-right: 728px;
}
.ma-728 {
  margin: 728px;
}
.pt-732 {
  padding-top: 732px;
}
.pb-732 {
  padding-bottom: 732px;
}
.py-732 {
  padding-bottom: 732px;
  padding-top: 732px;
}
.pl-732 {
  padding-left: 732px;
}
.pr-732 {
  padding-right: 732px;
}
.px-732 {
  padding-left: 732px;
  padding-right: 732px;
}
.pa-732 {
  padding: 732px;
}
.mt-732 {
  margin-top: 732px;
}
.mb-732 {
  margin-bottom: 732px;
}
.my-732 {
  margin-bottom: 732px;
  margin-top: 732px;
}
.ml-732 {
  margin-left: 732px;
}
.mr-732 {
  margin-right: 732px;
}
.mx-732 {
  margin-left: 732px;
  margin-right: 732px;
}
.ma-732 {
  margin: 732px;
}
.pt-736 {
  padding-top: 736px;
}
.pb-736 {
  padding-bottom: 736px;
}
.py-736 {
  padding-bottom: 736px;
  padding-top: 736px;
}
.pl-736 {
  padding-left: 736px;
}
.pr-736 {
  padding-right: 736px;
}
.px-736 {
  padding-left: 736px;
  padding-right: 736px;
}
.pa-736 {
  padding: 736px;
}
.mt-736 {
  margin-top: 736px;
}
.mb-736 {
  margin-bottom: 736px;
}
.my-736 {
  margin-bottom: 736px;
  margin-top: 736px;
}
.ml-736 {
  margin-left: 736px;
}
.mr-736 {
  margin-right: 736px;
}
.mx-736 {
  margin-left: 736px;
  margin-right: 736px;
}
.ma-736 {
  margin: 736px;
}
.pt-740 {
  padding-top: 740px;
}
.pb-740 {
  padding-bottom: 740px;
}
.py-740 {
  padding-bottom: 740px;
  padding-top: 740px;
}
.pl-740 {
  padding-left: 740px;
}
.pr-740 {
  padding-right: 740px;
}
.px-740 {
  padding-left: 740px;
  padding-right: 740px;
}
.pa-740 {
  padding: 740px;
}
.mt-740 {
  margin-top: 740px;
}
.mb-740 {
  margin-bottom: 740px;
}
.my-740 {
  margin-bottom: 740px;
  margin-top: 740px;
}
.ml-740 {
  margin-left: 740px;
}
.mr-740 {
  margin-right: 740px;
}
.mx-740 {
  margin-left: 740px;
  margin-right: 740px;
}
.ma-740 {
  margin: 740px;
}
.pt-744 {
  padding-top: 744px;
}
.pb-744 {
  padding-bottom: 744px;
}
.py-744 {
  padding-bottom: 744px;
  padding-top: 744px;
}
.pl-744 {
  padding-left: 744px;
}
.pr-744 {
  padding-right: 744px;
}
.px-744 {
  padding-left: 744px;
  padding-right: 744px;
}
.pa-744 {
  padding: 744px;
}
.mt-744 {
  margin-top: 744px;
}
.mb-744 {
  margin-bottom: 744px;
}
.my-744 {
  margin-bottom: 744px;
  margin-top: 744px;
}
.ml-744 {
  margin-left: 744px;
}
.mr-744 {
  margin-right: 744px;
}
.mx-744 {
  margin-left: 744px;
  margin-right: 744px;
}
.ma-744 {
  margin: 744px;
}
.pt-748 {
  padding-top: 748px;
}
.pb-748 {
  padding-bottom: 748px;
}
.py-748 {
  padding-bottom: 748px;
  padding-top: 748px;
}
.pl-748 {
  padding-left: 748px;
}
.pr-748 {
  padding-right: 748px;
}
.px-748 {
  padding-left: 748px;
  padding-right: 748px;
}
.pa-748 {
  padding: 748px;
}
.mt-748 {
  margin-top: 748px;
}
.mb-748 {
  margin-bottom: 748px;
}
.my-748 {
  margin-bottom: 748px;
  margin-top: 748px;
}
.ml-748 {
  margin-left: 748px;
}
.mr-748 {
  margin-right: 748px;
}
.mx-748 {
  margin-left: 748px;
  margin-right: 748px;
}
.ma-748 {
  margin: 748px;
}
.pt-752 {
  padding-top: 752px;
}
.pb-752 {
  padding-bottom: 752px;
}
.py-752 {
  padding-bottom: 752px;
  padding-top: 752px;
}
.pl-752 {
  padding-left: 752px;
}
.pr-752 {
  padding-right: 752px;
}
.px-752 {
  padding-left: 752px;
  padding-right: 752px;
}
.pa-752 {
  padding: 752px;
}
.mt-752 {
  margin-top: 752px;
}
.mb-752 {
  margin-bottom: 752px;
}
.my-752 {
  margin-bottom: 752px;
  margin-top: 752px;
}
.ml-752 {
  margin-left: 752px;
}
.mr-752 {
  margin-right: 752px;
}
.mx-752 {
  margin-left: 752px;
  margin-right: 752px;
}
.ma-752 {
  margin: 752px;
}
.pt-756 {
  padding-top: 756px;
}
.pb-756 {
  padding-bottom: 756px;
}
.py-756 {
  padding-bottom: 756px;
  padding-top: 756px;
}
.pl-756 {
  padding-left: 756px;
}
.pr-756 {
  padding-right: 756px;
}
.px-756 {
  padding-left: 756px;
  padding-right: 756px;
}
.pa-756 {
  padding: 756px;
}
.mt-756 {
  margin-top: 756px;
}
.mb-756 {
  margin-bottom: 756px;
}
.my-756 {
  margin-bottom: 756px;
  margin-top: 756px;
}
.ml-756 {
  margin-left: 756px;
}
.mr-756 {
  margin-right: 756px;
}
.mx-756 {
  margin-left: 756px;
  margin-right: 756px;
}
.ma-756 {
  margin: 756px;
}
.pt-760 {
  padding-top: 760px;
}
.pb-760 {
  padding-bottom: 760px;
}
.py-760 {
  padding-bottom: 760px;
  padding-top: 760px;
}
.pl-760 {
  padding-left: 760px;
}
.pr-760 {
  padding-right: 760px;
}
.px-760 {
  padding-left: 760px;
  padding-right: 760px;
}
.pa-760 {
  padding: 760px;
}
.mt-760 {
  margin-top: 760px;
}
.mb-760 {
  margin-bottom: 760px;
}
.my-760 {
  margin-bottom: 760px;
  margin-top: 760px;
}
.ml-760 {
  margin-left: 760px;
}
.mr-760 {
  margin-right: 760px;
}
.mx-760 {
  margin-left: 760px;
  margin-right: 760px;
}
.ma-760 {
  margin: 760px;
}
.pt-764 {
  padding-top: 764px;
}
.pb-764 {
  padding-bottom: 764px;
}
.py-764 {
  padding-bottom: 764px;
  padding-top: 764px;
}
.pl-764 {
  padding-left: 764px;
}
.pr-764 {
  padding-right: 764px;
}
.px-764 {
  padding-left: 764px;
  padding-right: 764px;
}
.pa-764 {
  padding: 764px;
}
.mt-764 {
  margin-top: 764px;
}
.mb-764 {
  margin-bottom: 764px;
}
.my-764 {
  margin-bottom: 764px;
  margin-top: 764px;
}
.ml-764 {
  margin-left: 764px;
}
.mr-764 {
  margin-right: 764px;
}
.mx-764 {
  margin-left: 764px;
  margin-right: 764px;
}
.ma-764 {
  margin: 764px;
}
.pt-768 {
  padding-top: 768px;
}
.pb-768 {
  padding-bottom: 768px;
}
.py-768 {
  padding-bottom: 768px;
  padding-top: 768px;
}
.pl-768 {
  padding-left: 768px;
}
.pr-768 {
  padding-right: 768px;
}
.px-768 {
  padding-left: 768px;
  padding-right: 768px;
}
.pa-768 {
  padding: 768px;
}
.mt-768 {
  margin-top: 768px;
}
.mb-768 {
  margin-bottom: 768px;
}
.my-768 {
  margin-bottom: 768px;
  margin-top: 768px;
}
.ml-768 {
  margin-left: 768px;
}
.mr-768 {
  margin-right: 768px;
}
.mx-768 {
  margin-left: 768px;
  margin-right: 768px;
}
.ma-768 {
  margin: 768px;
}
.pt-772 {
  padding-top: 772px;
}
.pb-772 {
  padding-bottom: 772px;
}
.py-772 {
  padding-bottom: 772px;
  padding-top: 772px;
}
.pl-772 {
  padding-left: 772px;
}
.pr-772 {
  padding-right: 772px;
}
.px-772 {
  padding-left: 772px;
  padding-right: 772px;
}
.pa-772 {
  padding: 772px;
}
.mt-772 {
  margin-top: 772px;
}
.mb-772 {
  margin-bottom: 772px;
}
.my-772 {
  margin-bottom: 772px;
  margin-top: 772px;
}
.ml-772 {
  margin-left: 772px;
}
.mr-772 {
  margin-right: 772px;
}
.mx-772 {
  margin-left: 772px;
  margin-right: 772px;
}
.ma-772 {
  margin: 772px;
}
.pt-776 {
  padding-top: 776px;
}
.pb-776 {
  padding-bottom: 776px;
}
.py-776 {
  padding-bottom: 776px;
  padding-top: 776px;
}
.pl-776 {
  padding-left: 776px;
}
.pr-776 {
  padding-right: 776px;
}
.px-776 {
  padding-left: 776px;
  padding-right: 776px;
}
.pa-776 {
  padding: 776px;
}
.mt-776 {
  margin-top: 776px;
}
.mb-776 {
  margin-bottom: 776px;
}
.my-776 {
  margin-bottom: 776px;
  margin-top: 776px;
}
.ml-776 {
  margin-left: 776px;
}
.mr-776 {
  margin-right: 776px;
}
.mx-776 {
  margin-left: 776px;
  margin-right: 776px;
}
.ma-776 {
  margin: 776px;
}
.pt-780 {
  padding-top: 780px;
}
.pb-780 {
  padding-bottom: 780px;
}
.py-780 {
  padding-bottom: 780px;
  padding-top: 780px;
}
.pl-780 {
  padding-left: 780px;
}
.pr-780 {
  padding-right: 780px;
}
.px-780 {
  padding-left: 780px;
  padding-right: 780px;
}
.pa-780 {
  padding: 780px;
}
.mt-780 {
  margin-top: 780px;
}
.mb-780 {
  margin-bottom: 780px;
}
.my-780 {
  margin-bottom: 780px;
  margin-top: 780px;
}
.ml-780 {
  margin-left: 780px;
}
.mr-780 {
  margin-right: 780px;
}
.mx-780 {
  margin-left: 780px;
  margin-right: 780px;
}
.ma-780 {
  margin: 780px;
}
.pt-784 {
  padding-top: 784px;
}
.pb-784 {
  padding-bottom: 784px;
}
.py-784 {
  padding-bottom: 784px;
  padding-top: 784px;
}
.pl-784 {
  padding-left: 784px;
}
.pr-784 {
  padding-right: 784px;
}
.px-784 {
  padding-left: 784px;
  padding-right: 784px;
}
.pa-784 {
  padding: 784px;
}
.mt-784 {
  margin-top: 784px;
}
.mb-784 {
  margin-bottom: 784px;
}
.my-784 {
  margin-bottom: 784px;
  margin-top: 784px;
}
.ml-784 {
  margin-left: 784px;
}
.mr-784 {
  margin-right: 784px;
}
.mx-784 {
  margin-left: 784px;
  margin-right: 784px;
}
.ma-784 {
  margin: 784px;
}
.pt-788 {
  padding-top: 788px;
}
.pb-788 {
  padding-bottom: 788px;
}
.py-788 {
  padding-bottom: 788px;
  padding-top: 788px;
}
.pl-788 {
  padding-left: 788px;
}
.pr-788 {
  padding-right: 788px;
}
.px-788 {
  padding-left: 788px;
  padding-right: 788px;
}
.pa-788 {
  padding: 788px;
}
.mt-788 {
  margin-top: 788px;
}
.mb-788 {
  margin-bottom: 788px;
}
.my-788 {
  margin-bottom: 788px;
  margin-top: 788px;
}
.ml-788 {
  margin-left: 788px;
}
.mr-788 {
  margin-right: 788px;
}
.mx-788 {
  margin-left: 788px;
  margin-right: 788px;
}
.ma-788 {
  margin: 788px;
}
.pt-792 {
  padding-top: 792px;
}
.pb-792 {
  padding-bottom: 792px;
}
.py-792 {
  padding-bottom: 792px;
  padding-top: 792px;
}
.pl-792 {
  padding-left: 792px;
}
.pr-792 {
  padding-right: 792px;
}
.px-792 {
  padding-left: 792px;
  padding-right: 792px;
}
.pa-792 {
  padding: 792px;
}
.mt-792 {
  margin-top: 792px;
}
.mb-792 {
  margin-bottom: 792px;
}
.my-792 {
  margin-bottom: 792px;
  margin-top: 792px;
}
.ml-792 {
  margin-left: 792px;
}
.mr-792 {
  margin-right: 792px;
}
.mx-792 {
  margin-left: 792px;
  margin-right: 792px;
}
.ma-792 {
  margin: 792px;
}
.pt-796 {
  padding-top: 796px;
}
.pb-796 {
  padding-bottom: 796px;
}
.py-796 {
  padding-bottom: 796px;
  padding-top: 796px;
}
.pl-796 {
  padding-left: 796px;
}
.pr-796 {
  padding-right: 796px;
}
.px-796 {
  padding-left: 796px;
  padding-right: 796px;
}
.pa-796 {
  padding: 796px;
}
.mt-796 {
  margin-top: 796px;
}
.mb-796 {
  margin-bottom: 796px;
}
.my-796 {
  margin-bottom: 796px;
  margin-top: 796px;
}
.ml-796 {
  margin-left: 796px;
}
.mr-796 {
  margin-right: 796px;
}
.mx-796 {
  margin-left: 796px;
  margin-right: 796px;
}
.ma-796 {
  margin: 796px;
}
.pt-800 {
  padding-top: 800px;
}
.pb-800 {
  padding-bottom: 800px;
}
.py-800 {
  padding-bottom: 800px;
  padding-top: 800px;
}
.pl-800 {
  padding-left: 800px;
}
.pr-800 {
  padding-right: 800px;
}
.px-800 {
  padding-left: 800px;
  padding-right: 800px;
}
.pa-800 {
  padding: 800px;
}
.mt-800 {
  margin-top: 800px;
}
.mb-800 {
  margin-bottom: 800px;
}
.my-800 {
  margin-bottom: 800px;
  margin-top: 800px;
}
.ml-800 {
  margin-left: 800px;
}
.mr-800 {
  margin-right: 800px;
}
.mx-800 {
  margin-left: 800px;
  margin-right: 800px;
}
.ma-800 {
  margin: 800px;
}