/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* node_modules/quill/dist/quill.bubble.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer:coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: .4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: .83em;
}
.ql-bubble .ql-editor h6 {
  font-size: .67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\d7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after {
  visibility: visible;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* projects/tracker-dashboard/src/_styles.scss */
:root {
  --color-default: #1f1f1f;
  --background-default: #fbfbfb;
  --color-red-50: oklch(97.1% 0.013 17.38);
  --color-red-100: oklch(93.6% 0.032 17.717);
  --color-red-200: oklch(88.5% 0.062 18.334);
  --color-red-300: oklch(80.8% 0.114 19.571);
  --color-red-400: oklch(70.4% 0.191 22.216);
  --color-red-500: oklch(63.7% 0.237 25.331);
  --color-red-600: oklch(57.7% 0.245 27.325);
  --color-red-700: oklch(50.5% 0.213 27.518);
  --color-red-800: oklch(44.4% 0.177 26.899);
  --color-red-900: oklch(39.6% 0.141 25.723);
  --color-red-950: oklch(25.8% 0.092 26.042);
  --color-orange-50: oklch(98% 0.016 73.684);
  --color-orange-100: oklch(95.4% 0.038 75.164);
  --color-orange-200: oklch(90.1% 0.076 70.697);
  --color-orange-300: oklch(83.7% 0.128 66.29);
  --color-orange-400: oklch(75% 0.183 55.934);
  --color-orange-500: oklch(70.5% 0.213 47.604);
  --color-orange-600: oklch(64.6% 0.222 41.116);
  --color-orange-700: oklch(55.3% 0.195 38.402);
  --color-orange-800: oklch(47% 0.157 37.304);
  --color-orange-900: oklch(40.8% 0.123 38.172);
  --color-orange-950: oklch(26.6% 0.079 36.259);
  --color-amber-50: oklch(98.7% 0.022 95.277);
  --color-amber-100: oklch(96.2% 0.059 95.617);
  --color-amber-200: oklch(92.4% 0.12 95.746);
  --color-amber-300: oklch(87.9% 0.169 91.605);
  --color-amber-400: oklch(82.8% 0.189 84.429);
  --color-amber-500: oklch(76.9% 0.188 70.08);
  --color-amber-600: oklch(66.6% 0.179 58.318);
  --color-amber-700: oklch(55.5% 0.163 48.998);
  --color-amber-800: oklch(47.3% 0.137 46.201);
  --color-amber-900: oklch(41.4% 0.112 45.904);
  --color-amber-950: oklch(27.9% 0.077 45.635);
  --color-yellow-50: oklch(98.7% 0.026 102.212);
  --color-yellow-100: oklch(97.3% 0.071 103.193);
  --color-yellow-200: oklch(94.5% 0.129 101.54);
  --color-yellow-300: oklch(90.5% 0.182 98.111);
  --color-yellow-400: oklch(85.2% 0.199 91.936);
  --color-yellow-500: oklch(79.5% 0.184 86.047);
  --color-yellow-600: oklch(68.1% 0.162 75.834);
  --color-yellow-700: oklch(55.4% 0.135 66.442);
  --color-yellow-800: oklch(47.6% 0.114 61.907);
  --color-yellow-900: oklch(42.1% 0.095 57.708);
  --color-yellow-950: oklch(28.6% 0.066 53.813);
  --color-lime-50: oklch(98.6% 0.031 120.757);
  --color-lime-100: oklch(96.7% 0.067 122.328);
  --color-lime-200: oklch(93.8% 0.127 124.321);
  --color-lime-300: oklch(89.7% 0.196 126.665);
  --color-lime-400: oklch(84.1% 0.238 128.85);
  --color-lime-500: oklch(76.8% 0.233 130.85);
  --color-lime-600: oklch(64.8% 0.2 131.684);
  --color-lime-700: oklch(53.2% 0.157 131.589);
  --color-lime-800: oklch(45.3% 0.124 130.933);
  --color-lime-900: oklch(40.5% 0.101 131.063);
  --color-lime-950: oklch(27.4% 0.072 132.109);
  --color-green-50: oklch(98.2% 0.018 155.826);
  --color-green-100: oklch(96.2% 0.044 156.743);
  --color-green-200: oklch(92.5% 0.084 155.995);
  --color-green-300: oklch(87.1% 0.15 154.449);
  --color-green-400: oklch(79.2% 0.209 151.711);
  --color-green-500: oklch(72.3% 0.219 149.579);
  --color-green-600: oklch(62.7% 0.194 149.214);
  --color-green-700: oklch(52.7% 0.154 150.069);
  --color-green-800: oklch(44.8% 0.119 151.328);
  --color-green-900: oklch(39.3% 0.095 152.535);
  --color-green-950: oklch(26.6% 0.065 152.934);
  --color-emerald-50: oklch(97.9% 0.021 166.113);
  --color-emerald-100: oklch(95% 0.052 163.051);
  --color-emerald-200: oklch(90.5% 0.093 164.15);
  --color-emerald-300: oklch(84.5% 0.143 164.978);
  --color-emerald-400: oklch(76.5% 0.177 163.223);
  --color-emerald-500: oklch(69.6% 0.17 162.48);
  --color-emerald-600: oklch(59.6% 0.145 163.225);
  --color-emerald-700: oklch(50.8% 0.118 165.612);
  --color-emerald-800: oklch(43.2% 0.095 166.913);
  --color-emerald-900: oklch(37.8% 0.077 168.94);
  --color-emerald-950: oklch(26.2% 0.051 172.552);
  --color-teal-50: oklch(98.4% 0.014 180.72);
  --color-teal-100: oklch(95.3% 0.051 180.801);
  --color-teal-200: oklch(91% 0.096 180.426);
  --color-teal-300: oklch(85.5% 0.138 181.071);
  --color-teal-400: oklch(77.7% 0.152 181.912);
  --color-teal-500: oklch(70.4% 0.14 182.503);
  --color-teal-600: oklch(60% 0.118 184.704);
  --color-teal-700: oklch(51.1% 0.096 186.391);
  --color-teal-800: oklch(43.7% 0.078 188.216);
  --color-teal-900: oklch(38.6% 0.063 188.416);
  --color-teal-950: oklch(27.7% 0.046 192.524);
  --color-cyan-50: oklch(98.4% 0.019 200.873);
  --color-cyan-100: oklch(95.6% 0.045 203.388);
  --color-cyan-200: oklch(91.7% 0.08 205.041);
  --color-cyan-300: oklch(86.5% 0.127 207.078);
  --color-cyan-400: oklch(78.9% 0.154 211.53);
  --color-cyan-500: oklch(71.5% 0.143 215.221);
  --color-cyan-600: oklch(60.9% 0.126 221.723);
  --color-cyan-700: oklch(52% 0.105 223.128);
  --color-cyan-800: oklch(45% 0.085 224.283);
  --color-cyan-900: oklch(39.8% 0.07 227.392);
  --color-cyan-950: oklch(30.2% 0.056 229.695);
  --color-sky-50: oklch(97.7% 0.013 236.62);
  --color-sky-100: oklch(95.1% 0.026 236.824);
  --color-sky-200: oklch(90.1% 0.058 230.902);
  --color-sky-300: oklch(82.8% 0.111 230.318);
  --color-sky-400: oklch(74.6% 0.16 232.661);
  --color-sky-500: oklch(68.5% 0.169 237.323);
  --color-sky-600: oklch(58.8% 0.158 241.966);
  --color-sky-700: oklch(50% 0.134 242.749);
  --color-sky-800: oklch(44.3% 0.11 240.79);
  --color-sky-900: oklch(39.1% 0.09 240.876);
  --color-sky-950: oklch(29.3% 0.066 243.157);
  --color-blue-50: oklch(97% 0.014 254.604);
  --color-blue-100: oklch(93.2% 0.032 255.585);
  --color-blue-200: oklch(88.2% 0.059 254.128);
  --color-blue-300: oklch(80.9% 0.105 251.813);
  --color-blue-400: oklch(70.7% 0.165 254.624);
  --color-blue-500: oklch(62.3% 0.214 259.815);
  --color-blue-600: oklch(54.6% 0.245 262.881);
  --color-blue-700: oklch(48.8% 0.243 264.376);
  --color-blue-800: oklch(42.4% 0.199 265.638);
  --color-blue-900: oklch(37.9% 0.146 265.522);
  --color-blue-950: oklch(28.2% 0.091 267.935);
  --color-indigo-50: oklch(96.2% 0.018 272.314);
  --color-indigo-100: oklch(93% 0.034 272.788);
  --color-indigo-200: oklch(87% 0.065 274.039);
  --color-indigo-300: oklch(78.5% 0.115 274.713);
  --color-indigo-400: oklch(67.3% 0.182 276.935);
  --color-indigo-500: oklch(58.5% 0.233 277.117);
  --color-indigo-600: oklch(51.1% 0.262 276.966);
  --color-indigo-700: oklch(45.7% 0.24 277.023);
  --color-indigo-800: oklch(39.8% 0.195 277.366);
  --color-indigo-900: oklch(35.9% 0.144 278.697);
  --color-indigo-950: oklch(25.7% 0.09 281.288);
  --color-violet-50: oklch(96.9% 0.016 293.756);
  --color-violet-100: oklch(94.3% 0.029 294.588);
  --color-violet-200: oklch(89.4% 0.057 293.283);
  --color-violet-300: oklch(81.1% 0.111 293.571);
  --color-violet-400: oklch(70.2% 0.183 293.541);
  --color-violet-500: oklch(60.6% 0.25 292.717);
  --color-violet-600: oklch(54.1% 0.281 293.009);
  --color-violet-700: oklch(49.1% 0.27 292.581);
  --color-violet-800: oklch(43.2% 0.232 292.759);
  --color-violet-900: oklch(38% 0.189 293.745);
  --color-violet-950: oklch(28.3% 0.141 291.089);
  --color-purple-50: oklch(97.7% 0.014 308.299);
  --color-purple-100: oklch(94.6% 0.033 307.174);
  --color-purple-200: oklch(90.2% 0.063 306.703);
  --color-purple-300: oklch(82.7% 0.119 306.383);
  --color-purple-400: oklch(71.4% 0.203 305.504);
  --color-purple-500: oklch(62.7% 0.265 303.9);
  --color-purple-600: oklch(55.8% 0.288 302.321);
  --color-purple-700: oklch(49.6% 0.265 301.924);
  --color-purple-800: oklch(43.8% 0.218 303.724);
  --color-purple-900: oklch(38.1% 0.176 304.987);
  --color-purple-950: oklch(29.1% 0.149 302.717);
  --color-fuchsia-50: oklch(97.7% 0.017 320.058);
  --color-fuchsia-100: oklch(95.2% 0.037 318.852);
  --color-fuchsia-200: oklch(90.3% 0.076 319.62);
  --color-fuchsia-300: oklch(83.3% 0.145 321.434);
  --color-fuchsia-400: oklch(74% 0.238 322.16);
  --color-fuchsia-500: oklch(66.7% 0.295 322.15);
  --color-fuchsia-600: oklch(59.1% 0.293 322.896);
  --color-fuchsia-700: oklch(51.8% 0.253 323.949);
  --color-fuchsia-800: oklch(45.2% 0.211 324.591);
  --color-fuchsia-900: oklch(40.1% 0.17 325.612);
  --color-fuchsia-950: oklch(29.3% 0.136 325.661);
  --color-pink-50: oklch(97.1% 0.014 343.198);
  --color-pink-100: oklch(94.8% 0.028 342.258);
  --color-pink-200: oklch(89.9% 0.061 343.231);
  --color-pink-300: oklch(82.3% 0.12 346.018);
  --color-pink-400: oklch(71.8% 0.202 349.761);
  --color-pink-500: oklch(65.6% 0.241 354.308);
  --color-pink-600: oklch(59.2% 0.249 0.584);
  --color-pink-700: oklch(52.5% 0.223 3.958);
  --color-pink-800: oklch(45.9% 0.187 3.815);
  --color-pink-900: oklch(40.8% 0.153 2.432);
  --color-pink-950: oklch(28.4% 0.109 3.907);
  --color-rose-50: oklch(96.9% 0.015 12.422);
  --color-rose-100: oklch(94.1% 0.03 12.58);
  --color-rose-200: oklch(89.2% 0.058 10.001);
  --color-rose-300: oklch(81% 0.117 11.638);
  --color-rose-400: oklch(71.2% 0.194 13.428);
  --color-rose-500: oklch(64.5% 0.246 16.439);
  --color-rose-600: oklch(58.6% 0.253 17.585);
  --color-rose-700: oklch(51.4% 0.222 16.935);
  --color-rose-800: oklch(45.5% 0.188 13.697);
  --color-rose-900: oklch(41% 0.159 10.272);
  --color-rose-950: oklch(27.1% 0.105 12.094);
  --color-slate-50: oklch(98.4% 0.003 247.858);
  --color-slate-100: oklch(96.8% 0.007 247.896);
  --color-slate-200: oklch(92.9% 0.013 255.508);
  --color-slate-300: oklch(86.9% 0.022 252.894);
  --color-slate-400: oklch(70.4% 0.04 256.788);
  --color-slate-500: oklch(55.4% 0.046 257.417);
  --color-slate-600: oklch(44.6% 0.043 257.281);
  --color-slate-700: oklch(37.2% 0.044 257.287);
  --color-slate-800: oklch(27.9% 0.041 260.031);
  --color-slate-900: oklch(20.8% 0.042 265.755);
  --color-slate-950: oklch(12.9% 0.042 264.695);
  --color-gray-50: oklch(98.5% 0.002 247.839);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-gray-950: oklch(13% 0.028 261.692);
  --color-zinc-50: oklch(98.5% 0 0);
  --color-zinc-100: oklch(96.7% 0.001 286.375);
  --color-zinc-200: oklch(92% 0.004 286.32);
  --color-zinc-300: oklch(87.1% 0.006 286.286);
  --color-zinc-400: oklch(70.5% 0.015 286.067);
  --color-zinc-500: oklch(55.2% 0.016 285.938);
  --color-zinc-600: oklch(44.2% 0.017 285.786);
  --color-zinc-700: oklch(37% 0.013 285.805);
  --color-zinc-800: oklch(27.4% 0.006 286.033);
  --color-zinc-900: oklch(21% 0.006 285.885);
  --color-zinc-950: oklch(14.1% 0.005 285.823);
  --color-neutral-50: oklch(98.5% 0 0);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-neutral-950: oklch(14.5% 0 0);
  --color-stone-50: oklch(98.5% 0.001 106.423);
  --color-stone-100: oklch(97% 0.001 106.424);
  --color-stone-200: oklch(92.3% 0.003 48.717);
  --color-stone-300: oklch(86.9% 0.005 56.366);
  --color-stone-400: oklch(70.9% 0.01 56.259);
  --color-stone-500: oklch(55.3% 0.013 58.071);
  --color-stone-600: oklch(44.4% 0.011 73.639);
  --color-stone-700: oklch(37.4% 0.01 67.558);
  --color-stone-800: oklch(26.8% 0.007 34.298);
  --color-stone-900: oklch(21.6% 0.006 56.043);
  --color-stone-950: oklch(14.7% 0.004 49.25);
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-default: #f1f1f1;
    --background-default: #1f1f1f;
  }
}
.w-100 {
  width: 100%;
}
.w-content {
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-5 {
  padding-right: 1.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.h-px-1 {
  height: 1px;
}
.h-px-2 {
  height: 2px;
}
.h-px-3 {
  height: 3px;
}
.h-px-4 {
  height: 4px;
}
.h-px-5 {
  height: 5px;
}
.h-px-6 {
  height: 6px;
}
.h-px-7 {
  height: 7px;
}
.h-px-8 {
  height: 8px;
}
.h-px-9 {
  height: 9px;
}
.h-px-10 {
  height: 10px;
}
.h-px-11 {
  height: 11px;
}
.h-px-12 {
  height: 12px;
}
.h-px-13 {
  height: 13px;
}
.h-px-14 {
  height: 14px;
}
.h-px-15 {
  height: 15px;
}
.h-px-16 {
  height: 16px;
}
.h-px-17 {
  height: 17px;
}
.h-px-18 {
  height: 18px;
}
.h-px-19 {
  height: 19px;
}
.h-px-20 {
  height: 20px;
}
.h-px-21 {
  height: 21px;
}
.h-px-22 {
  height: 22px;
}
.h-px-23 {
  height: 23px;
}
.h-px-24 {
  height: 24px;
}
.h-px-25 {
  height: 25px;
}
.h-px-26 {
  height: 26px;
}
.h-px-27 {
  height: 27px;
}
.h-px-28 {
  height: 28px;
}
.h-px-29 {
  height: 29px;
}
.h-px-30 {
  height: 30px;
}
.h-px-31 {
  height: 31px;
}
.h-px-32 {
  height: 32px;
}
.h-px-33 {
  height: 33px;
}
.h-px-34 {
  height: 34px;
}
.h-px-35 {
  height: 35px;
}
.h-px-36 {
  height: 36px;
}
.h-px-37 {
  height: 37px;
}
.h-px-38 {
  height: 38px;
}
.h-px-39 {
  height: 39px;
}
.h-px-40 {
  height: 40px;
}
.h-px-41 {
  height: 41px;
}
.h-px-42 {
  height: 42px;
}
.h-px-43 {
  height: 43px;
}
.h-px-44 {
  height: 44px;
}
.h-px-45 {
  height: 45px;
}
.h-px-46 {
  height: 46px;
}
.h-px-47 {
  height: 47px;
}
.h-px-48 {
  height: 48px;
}
.h-px-49 {
  height: 49px;
}
.h-px-50 {
  height: 50px;
}
.h-px-51 {
  height: 51px;
}
.h-px-52 {
  height: 52px;
}
.h-px-53 {
  height: 53px;
}
.h-px-54 {
  height: 54px;
}
.h-px-55 {
  height: 55px;
}
.h-px-56 {
  height: 56px;
}
.h-px-57 {
  height: 57px;
}
.h-px-58 {
  height: 58px;
}
.h-px-59 {
  height: 59px;
}
.h-px-60 {
  height: 60px;
}
.h-px-61 {
  height: 61px;
}
.h-px-62 {
  height: 62px;
}
.h-px-63 {
  height: 63px;
}
.h-px-64 {
  height: 64px;
}
.h-px-65 {
  height: 65px;
}
.h-px-66 {
  height: 66px;
}
.h-px-67 {
  height: 67px;
}
.h-px-68 {
  height: 68px;
}
.h-px-69 {
  height: 69px;
}
.h-px-70 {
  height: 70px;
}
.h-px-71 {
  height: 71px;
}
.h-px-72 {
  height: 72px;
}
.h-px-73 {
  height: 73px;
}
.h-px-74 {
  height: 74px;
}
.h-px-75 {
  height: 75px;
}
.h-px-76 {
  height: 76px;
}
.h-px-77 {
  height: 77px;
}
.h-px-78 {
  height: 78px;
}
.h-px-79 {
  height: 79px;
}
.h-px-80 {
  height: 80px;
}
.h-px-81 {
  height: 81px;
}
.h-px-82 {
  height: 82px;
}
.h-px-83 {
  height: 83px;
}
.h-px-84 {
  height: 84px;
}
.h-px-85 {
  height: 85px;
}
.h-px-86 {
  height: 86px;
}
.h-px-87 {
  height: 87px;
}
.h-px-88 {
  height: 88px;
}
.h-px-89 {
  height: 89px;
}
.h-px-90 {
  height: 90px;
}
.h-px-91 {
  height: 91px;
}
.h-px-92 {
  height: 92px;
}
.h-px-93 {
  height: 93px;
}
.h-px-94 {
  height: 94px;
}
.h-px-95 {
  height: 95px;
}
.h-px-96 {
  height: 96px;
}
.h-px-97 {
  height: 97px;
}
.h-px-98 {
  height: 98px;
}
.h-px-99 {
  height: 99px;
}
.h-px-100 {
  height: 100px;
}
.h-px-101 {
  height: 101px;
}
.h-px-102 {
  height: 102px;
}
.h-px-103 {
  height: 103px;
}
.h-px-104 {
  height: 104px;
}
.h-px-105 {
  height: 105px;
}
.h-px-106 {
  height: 106px;
}
.h-px-107 {
  height: 107px;
}
.h-px-108 {
  height: 108px;
}
.h-px-109 {
  height: 109px;
}
.h-px-110 {
  height: 110px;
}
.h-px-111 {
  height: 111px;
}
.h-px-112 {
  height: 112px;
}
.h-px-113 {
  height: 113px;
}
.h-px-114 {
  height: 114px;
}
.h-px-115 {
  height: 115px;
}
.h-px-116 {
  height: 116px;
}
.h-px-117 {
  height: 117px;
}
.h-px-118 {
  height: 118px;
}
.h-px-119 {
  height: 119px;
}
.h-px-120 {
  height: 120px;
}
.h-px-121 {
  height: 121px;
}
.h-px-122 {
  height: 122px;
}
.h-px-123 {
  height: 123px;
}
.h-px-124 {
  height: 124px;
}
.h-px-125 {
  height: 125px;
}
.h-px-126 {
  height: 126px;
}
.h-px-127 {
  height: 127px;
}
.h-px-128 {
  height: 128px;
}
.h-px-129 {
  height: 129px;
}
.h-px-130 {
  height: 130px;
}
.h-px-131 {
  height: 131px;
}
.h-px-132 {
  height: 132px;
}
.h-px-133 {
  height: 133px;
}
.h-px-134 {
  height: 134px;
}
.h-px-135 {
  height: 135px;
}
.h-px-136 {
  height: 136px;
}
.h-px-137 {
  height: 137px;
}
.h-px-138 {
  height: 138px;
}
.h-px-139 {
  height: 139px;
}
.h-px-140 {
  height: 140px;
}
.h-px-141 {
  height: 141px;
}
.h-px-142 {
  height: 142px;
}
.h-px-143 {
  height: 143px;
}
.h-px-144 {
  height: 144px;
}
.h-px-145 {
  height: 145px;
}
.h-px-146 {
  height: 146px;
}
.h-px-147 {
  height: 147px;
}
.h-px-148 {
  height: 148px;
}
.h-px-149 {
  height: 149px;
}
.h-px-150 {
  height: 150px;
}
.h-px-151 {
  height: 151px;
}
.h-px-152 {
  height: 152px;
}
.h-px-153 {
  height: 153px;
}
.h-px-154 {
  height: 154px;
}
.h-px-155 {
  height: 155px;
}
.h-px-156 {
  height: 156px;
}
.h-px-157 {
  height: 157px;
}
.h-px-158 {
  height: 158px;
}
.h-px-159 {
  height: 159px;
}
.h-px-160 {
  height: 160px;
}
.h-px-161 {
  height: 161px;
}
.h-px-162 {
  height: 162px;
}
.h-px-163 {
  height: 163px;
}
.h-px-164 {
  height: 164px;
}
.h-px-165 {
  height: 165px;
}
.h-px-166 {
  height: 166px;
}
.h-px-167 {
  height: 167px;
}
.h-px-168 {
  height: 168px;
}
.h-px-169 {
  height: 169px;
}
.h-px-170 {
  height: 170px;
}
.h-px-171 {
  height: 171px;
}
.h-px-172 {
  height: 172px;
}
.h-px-173 {
  height: 173px;
}
.h-px-174 {
  height: 174px;
}
.h-px-175 {
  height: 175px;
}
.h-px-176 {
  height: 176px;
}
.h-px-177 {
  height: 177px;
}
.h-px-178 {
  height: 178px;
}
.h-px-179 {
  height: 179px;
}
.h-px-180 {
  height: 180px;
}
.h-px-181 {
  height: 181px;
}
.h-px-182 {
  height: 182px;
}
.h-px-183 {
  height: 183px;
}
.h-px-184 {
  height: 184px;
}
.h-px-185 {
  height: 185px;
}
.h-px-186 {
  height: 186px;
}
.h-px-187 {
  height: 187px;
}
.h-px-188 {
  height: 188px;
}
.h-px-189 {
  height: 189px;
}
.h-px-190 {
  height: 190px;
}
.h-px-191 {
  height: 191px;
}
.h-px-192 {
  height: 192px;
}
.h-px-193 {
  height: 193px;
}
.h-px-194 {
  height: 194px;
}
.h-px-195 {
  height: 195px;
}
.h-px-196 {
  height: 196px;
}
.h-px-197 {
  height: 197px;
}
.h-px-198 {
  height: 198px;
}
.h-px-199 {
  height: 199px;
}
.h-px-200 {
  height: 200px;
}
.h-px-201 {
  height: 201px;
}
.h-px-202 {
  height: 202px;
}
.h-px-203 {
  height: 203px;
}
.h-px-204 {
  height: 204px;
}
.h-px-205 {
  height: 205px;
}
.h-px-206 {
  height: 206px;
}
.h-px-207 {
  height: 207px;
}
.h-px-208 {
  height: 208px;
}
.h-px-209 {
  height: 209px;
}
.h-px-210 {
  height: 210px;
}
.h-px-211 {
  height: 211px;
}
.h-px-212 {
  height: 212px;
}
.h-px-213 {
  height: 213px;
}
.h-px-214 {
  height: 214px;
}
.h-px-215 {
  height: 215px;
}
.h-px-216 {
  height: 216px;
}
.h-px-217 {
  height: 217px;
}
.h-px-218 {
  height: 218px;
}
.h-px-219 {
  height: 219px;
}
.h-px-220 {
  height: 220px;
}
.h-px-221 {
  height: 221px;
}
.h-px-222 {
  height: 222px;
}
.h-px-223 {
  height: 223px;
}
.h-px-224 {
  height: 224px;
}
.h-px-225 {
  height: 225px;
}
.h-px-226 {
  height: 226px;
}
.h-px-227 {
  height: 227px;
}
.h-px-228 {
  height: 228px;
}
.h-px-229 {
  height: 229px;
}
.h-px-230 {
  height: 230px;
}
.h-px-231 {
  height: 231px;
}
.h-px-232 {
  height: 232px;
}
.h-px-233 {
  height: 233px;
}
.h-px-234 {
  height: 234px;
}
.h-px-235 {
  height: 235px;
}
.h-px-236 {
  height: 236px;
}
.h-px-237 {
  height: 237px;
}
.h-px-238 {
  height: 238px;
}
.h-px-239 {
  height: 239px;
}
.h-px-240 {
  height: 240px;
}
.h-px-241 {
  height: 241px;
}
.h-px-242 {
  height: 242px;
}
.h-px-243 {
  height: 243px;
}
.h-px-244 {
  height: 244px;
}
.h-px-245 {
  height: 245px;
}
.h-px-246 {
  height: 246px;
}
.h-px-247 {
  height: 247px;
}
.h-px-248 {
  height: 248px;
}
.h-px-249 {
  height: 249px;
}
.h-px-250 {
  height: 250px;
}
.h-px-251 {
  height: 251px;
}
.h-px-252 {
  height: 252px;
}
.h-px-253 {
  height: 253px;
}
.h-px-254 {
  height: 254px;
}
.h-px-255 {
  height: 255px;
}
.h-px-256 {
  height: 256px;
}
.h-px-257 {
  height: 257px;
}
.h-px-258 {
  height: 258px;
}
.h-px-259 {
  height: 259px;
}
.h-px-260 {
  height: 260px;
}
.h-px-261 {
  height: 261px;
}
.h-px-262 {
  height: 262px;
}
.h-px-263 {
  height: 263px;
}
.h-px-264 {
  height: 264px;
}
.h-px-265 {
  height: 265px;
}
.h-px-266 {
  height: 266px;
}
.h-px-267 {
  height: 267px;
}
.h-px-268 {
  height: 268px;
}
.h-px-269 {
  height: 269px;
}
.h-px-270 {
  height: 270px;
}
.h-px-271 {
  height: 271px;
}
.h-px-272 {
  height: 272px;
}
.h-px-273 {
  height: 273px;
}
.h-px-274 {
  height: 274px;
}
.h-px-275 {
  height: 275px;
}
.h-px-276 {
  height: 276px;
}
.h-px-277 {
  height: 277px;
}
.h-px-278 {
  height: 278px;
}
.h-px-279 {
  height: 279px;
}
.h-px-280 {
  height: 280px;
}
.h-px-281 {
  height: 281px;
}
.h-px-282 {
  height: 282px;
}
.h-px-283 {
  height: 283px;
}
.h-px-284 {
  height: 284px;
}
.h-px-285 {
  height: 285px;
}
.h-px-286 {
  height: 286px;
}
.h-px-287 {
  height: 287px;
}
.h-px-288 {
  height: 288px;
}
.h-px-289 {
  height: 289px;
}
.h-px-290 {
  height: 290px;
}
.h-px-291 {
  height: 291px;
}
.h-px-292 {
  height: 292px;
}
.h-px-293 {
  height: 293px;
}
.h-px-294 {
  height: 294px;
}
.h-px-295 {
  height: 295px;
}
.h-px-296 {
  height: 296px;
}
.h-px-297 {
  height: 297px;
}
.h-px-298 {
  height: 298px;
}
.h-px-299 {
  height: 299px;
}
.h-px-300 {
  height: 300px;
}
.h-px-301 {
  height: 301px;
}
.h-px-302 {
  height: 302px;
}
.h-px-303 {
  height: 303px;
}
.h-px-304 {
  height: 304px;
}
.h-px-305 {
  height: 305px;
}
.h-px-306 {
  height: 306px;
}
.h-px-307 {
  height: 307px;
}
.h-px-308 {
  height: 308px;
}
.h-px-309 {
  height: 309px;
}
.h-px-310 {
  height: 310px;
}
.h-px-311 {
  height: 311px;
}
.h-px-312 {
  height: 312px;
}
.h-px-313 {
  height: 313px;
}
.h-px-314 {
  height: 314px;
}
.h-px-315 {
  height: 315px;
}
.h-px-316 {
  height: 316px;
}
.h-px-317 {
  height: 317px;
}
.h-px-318 {
  height: 318px;
}
.h-px-319 {
  height: 319px;
}
.h-px-320 {
  height: 320px;
}
.h-px-321 {
  height: 321px;
}
.h-px-322 {
  height: 322px;
}
.h-px-323 {
  height: 323px;
}
.h-px-324 {
  height: 324px;
}
.h-px-325 {
  height: 325px;
}
.h-px-326 {
  height: 326px;
}
.h-px-327 {
  height: 327px;
}
.h-px-328 {
  height: 328px;
}
.h-px-329 {
  height: 329px;
}
.h-px-330 {
  height: 330px;
}
.h-px-331 {
  height: 331px;
}
.h-px-332 {
  height: 332px;
}
.h-px-333 {
  height: 333px;
}
.h-px-334 {
  height: 334px;
}
.h-px-335 {
  height: 335px;
}
.h-px-336 {
  height: 336px;
}
.h-px-337 {
  height: 337px;
}
.h-px-338 {
  height: 338px;
}
.h-px-339 {
  height: 339px;
}
.h-px-340 {
  height: 340px;
}
.h-px-341 {
  height: 341px;
}
.h-px-342 {
  height: 342px;
}
.h-px-343 {
  height: 343px;
}
.h-px-344 {
  height: 344px;
}
.h-px-345 {
  height: 345px;
}
.h-px-346 {
  height: 346px;
}
.h-px-347 {
  height: 347px;
}
.h-px-348 {
  height: 348px;
}
.h-px-349 {
  height: 349px;
}
.h-px-350 {
  height: 350px;
}
.h-px-351 {
  height: 351px;
}
.h-px-352 {
  height: 352px;
}
.h-px-353 {
  height: 353px;
}
.h-px-354 {
  height: 354px;
}
.h-px-355 {
  height: 355px;
}
.h-px-356 {
  height: 356px;
}
.h-px-357 {
  height: 357px;
}
.h-px-358 {
  height: 358px;
}
.h-px-359 {
  height: 359px;
}
.h-px-360 {
  height: 360px;
}
.h-px-361 {
  height: 361px;
}
.h-px-362 {
  height: 362px;
}
.h-px-363 {
  height: 363px;
}
.h-px-364 {
  height: 364px;
}
.h-px-365 {
  height: 365px;
}
.h-px-366 {
  height: 366px;
}
.h-px-367 {
  height: 367px;
}
.h-px-368 {
  height: 368px;
}
.h-px-369 {
  height: 369px;
}
.h-px-370 {
  height: 370px;
}
.h-px-371 {
  height: 371px;
}
.h-px-372 {
  height: 372px;
}
.h-px-373 {
  height: 373px;
}
.h-px-374 {
  height: 374px;
}
.h-px-375 {
  height: 375px;
}
.h-px-376 {
  height: 376px;
}
.h-px-377 {
  height: 377px;
}
.h-px-378 {
  height: 378px;
}
.h-px-379 {
  height: 379px;
}
.h-px-380 {
  height: 380px;
}
.h-px-381 {
  height: 381px;
}
.h-px-382 {
  height: 382px;
}
.h-px-383 {
  height: 383px;
}
.h-px-384 {
  height: 384px;
}
.h-px-385 {
  height: 385px;
}
.h-px-386 {
  height: 386px;
}
.h-px-387 {
  height: 387px;
}
.h-px-388 {
  height: 388px;
}
.h-px-389 {
  height: 389px;
}
.h-px-390 {
  height: 390px;
}
.h-px-391 {
  height: 391px;
}
.h-px-392 {
  height: 392px;
}
.h-px-393 {
  height: 393px;
}
.h-px-394 {
  height: 394px;
}
.h-px-395 {
  height: 395px;
}
.h-px-396 {
  height: 396px;
}
.h-px-397 {
  height: 397px;
}
.h-px-398 {
  height: 398px;
}
.h-px-399 {
  height: 399px;
}
.h-px-400 {
  height: 400px;
}
.h-px-401 {
  height: 401px;
}
.h-px-402 {
  height: 402px;
}
.h-px-403 {
  height: 403px;
}
.h-px-404 {
  height: 404px;
}
.h-px-405 {
  height: 405px;
}
.h-px-406 {
  height: 406px;
}
.h-px-407 {
  height: 407px;
}
.h-px-408 {
  height: 408px;
}
.h-px-409 {
  height: 409px;
}
.h-px-410 {
  height: 410px;
}
.h-px-411 {
  height: 411px;
}
.h-px-412 {
  height: 412px;
}
.h-px-413 {
  height: 413px;
}
.h-px-414 {
  height: 414px;
}
.h-px-415 {
  height: 415px;
}
.h-px-416 {
  height: 416px;
}
.h-px-417 {
  height: 417px;
}
.h-px-418 {
  height: 418px;
}
.h-px-419 {
  height: 419px;
}
.h-px-420 {
  height: 420px;
}
.h-px-421 {
  height: 421px;
}
.h-px-422 {
  height: 422px;
}
.h-px-423 {
  height: 423px;
}
.h-px-424 {
  height: 424px;
}
.h-px-425 {
  height: 425px;
}
.h-px-426 {
  height: 426px;
}
.h-px-427 {
  height: 427px;
}
.h-px-428 {
  height: 428px;
}
.h-px-429 {
  height: 429px;
}
.h-px-430 {
  height: 430px;
}
.h-px-431 {
  height: 431px;
}
.h-px-432 {
  height: 432px;
}
.h-px-433 {
  height: 433px;
}
.h-px-434 {
  height: 434px;
}
.h-px-435 {
  height: 435px;
}
.h-px-436 {
  height: 436px;
}
.h-px-437 {
  height: 437px;
}
.h-px-438 {
  height: 438px;
}
.h-px-439 {
  height: 439px;
}
.h-px-440 {
  height: 440px;
}
.h-px-441 {
  height: 441px;
}
.h-px-442 {
  height: 442px;
}
.h-px-443 {
  height: 443px;
}
.h-px-444 {
  height: 444px;
}
.h-px-445 {
  height: 445px;
}
.h-px-446 {
  height: 446px;
}
.h-px-447 {
  height: 447px;
}
.h-px-448 {
  height: 448px;
}
.h-px-449 {
  height: 449px;
}
.h-px-450 {
  height: 450px;
}
.h-px-451 {
  height: 451px;
}
.h-px-452 {
  height: 452px;
}
.h-px-453 {
  height: 453px;
}
.h-px-454 {
  height: 454px;
}
.h-px-455 {
  height: 455px;
}
.h-px-456 {
  height: 456px;
}
.h-px-457 {
  height: 457px;
}
.h-px-458 {
  height: 458px;
}
.h-px-459 {
  height: 459px;
}
.h-px-460 {
  height: 460px;
}
.h-px-461 {
  height: 461px;
}
.h-px-462 {
  height: 462px;
}
.h-px-463 {
  height: 463px;
}
.h-px-464 {
  height: 464px;
}
.h-px-465 {
  height: 465px;
}
.h-px-466 {
  height: 466px;
}
.h-px-467 {
  height: 467px;
}
.h-px-468 {
  height: 468px;
}
.h-px-469 {
  height: 469px;
}
.h-px-470 {
  height: 470px;
}
.h-px-471 {
  height: 471px;
}
.h-px-472 {
  height: 472px;
}
.h-px-473 {
  height: 473px;
}
.h-px-474 {
  height: 474px;
}
.h-px-475 {
  height: 475px;
}
.h-px-476 {
  height: 476px;
}
.h-px-477 {
  height: 477px;
}
.h-px-478 {
  height: 478px;
}
.h-px-479 {
  height: 479px;
}
.h-px-480 {
  height: 480px;
}
.h-px-481 {
  height: 481px;
}
.h-px-482 {
  height: 482px;
}
.h-px-483 {
  height: 483px;
}
.h-px-484 {
  height: 484px;
}
.h-px-485 {
  height: 485px;
}
.h-px-486 {
  height: 486px;
}
.h-px-487 {
  height: 487px;
}
.h-px-488 {
  height: 488px;
}
.h-px-489 {
  height: 489px;
}
.h-px-490 {
  height: 490px;
}
.h-px-491 {
  height: 491px;
}
.h-px-492 {
  height: 492px;
}
.h-px-493 {
  height: 493px;
}
.h-px-494 {
  height: 494px;
}
.h-px-495 {
  height: 495px;
}
.h-px-496 {
  height: 496px;
}
.h-px-497 {
  height: 497px;
}
.h-px-498 {
  height: 498px;
}
.h-px-499 {
  height: 499px;
}
.h-px-500 {
  height: 500px;
}
.h-px-501 {
  height: 501px;
}
.h-px-502 {
  height: 502px;
}
.h-px-503 {
  height: 503px;
}
.h-px-504 {
  height: 504px;
}
.h-px-505 {
  height: 505px;
}
.h-px-506 {
  height: 506px;
}
.h-px-507 {
  height: 507px;
}
.h-px-508 {
  height: 508px;
}
.h-px-509 {
  height: 509px;
}
.h-px-510 {
  height: 510px;
}
.h-px-511 {
  height: 511px;
}
.h-px-512 {
  height: 512px;
}
.h-px-513 {
  height: 513px;
}
.h-px-514 {
  height: 514px;
}
.h-px-515 {
  height: 515px;
}
.h-px-516 {
  height: 516px;
}
.h-px-517 {
  height: 517px;
}
.h-px-518 {
  height: 518px;
}
.h-px-519 {
  height: 519px;
}
.h-px-520 {
  height: 520px;
}
.h-px-521 {
  height: 521px;
}
.h-px-522 {
  height: 522px;
}
.h-px-523 {
  height: 523px;
}
.h-px-524 {
  height: 524px;
}
.h-px-525 {
  height: 525px;
}
.h-px-526 {
  height: 526px;
}
.h-px-527 {
  height: 527px;
}
.h-px-528 {
  height: 528px;
}
.h-px-529 {
  height: 529px;
}
.h-px-530 {
  height: 530px;
}
.h-px-531 {
  height: 531px;
}
.h-px-532 {
  height: 532px;
}
.h-px-533 {
  height: 533px;
}
.h-px-534 {
  height: 534px;
}
.h-px-535 {
  height: 535px;
}
.h-px-536 {
  height: 536px;
}
.h-px-537 {
  height: 537px;
}
.h-px-538 {
  height: 538px;
}
.h-px-539 {
  height: 539px;
}
.h-px-540 {
  height: 540px;
}
.h-px-541 {
  height: 541px;
}
.h-px-542 {
  height: 542px;
}
.h-px-543 {
  height: 543px;
}
.h-px-544 {
  height: 544px;
}
.h-px-545 {
  height: 545px;
}
.h-px-546 {
  height: 546px;
}
.h-px-547 {
  height: 547px;
}
.h-px-548 {
  height: 548px;
}
.h-px-549 {
  height: 549px;
}
.h-px-550 {
  height: 550px;
}
.h-px-551 {
  height: 551px;
}
.h-px-552 {
  height: 552px;
}
.h-px-553 {
  height: 553px;
}
.h-px-554 {
  height: 554px;
}
.h-px-555 {
  height: 555px;
}
.h-px-556 {
  height: 556px;
}
.h-px-557 {
  height: 557px;
}
.h-px-558 {
  height: 558px;
}
.h-px-559 {
  height: 559px;
}
.h-px-560 {
  height: 560px;
}
.h-px-561 {
  height: 561px;
}
.h-px-562 {
  height: 562px;
}
.h-px-563 {
  height: 563px;
}
.h-px-564 {
  height: 564px;
}
.h-px-565 {
  height: 565px;
}
.h-px-566 {
  height: 566px;
}
.h-px-567 {
  height: 567px;
}
.h-px-568 {
  height: 568px;
}
.h-px-569 {
  height: 569px;
}
.h-px-570 {
  height: 570px;
}
.h-px-571 {
  height: 571px;
}
.h-px-572 {
  height: 572px;
}
.h-px-573 {
  height: 573px;
}
.h-px-574 {
  height: 574px;
}
.h-px-575 {
  height: 575px;
}
.h-px-576 {
  height: 576px;
}
.h-px-577 {
  height: 577px;
}
.h-px-578 {
  height: 578px;
}
.h-px-579 {
  height: 579px;
}
.h-px-580 {
  height: 580px;
}
.h-px-581 {
  height: 581px;
}
.h-px-582 {
  height: 582px;
}
.h-px-583 {
  height: 583px;
}
.h-px-584 {
  height: 584px;
}
.h-px-585 {
  height: 585px;
}
.h-px-586 {
  height: 586px;
}
.h-px-587 {
  height: 587px;
}
.h-px-588 {
  height: 588px;
}
.h-px-589 {
  height: 589px;
}
.h-px-590 {
  height: 590px;
}
.h-px-591 {
  height: 591px;
}
.h-px-592 {
  height: 592px;
}
.h-px-593 {
  height: 593px;
}
.h-px-594 {
  height: 594px;
}
.h-px-595 {
  height: 595px;
}
.h-px-596 {
  height: 596px;
}
.h-px-597 {
  height: 597px;
}
.h-px-598 {
  height: 598px;
}
.h-px-599 {
  height: 599px;
}
.h-px-600 {
  height: 600px;
}
.h-px-601 {
  height: 601px;
}
.h-px-602 {
  height: 602px;
}
.h-px-603 {
  height: 603px;
}
.h-px-604 {
  height: 604px;
}
.h-px-605 {
  height: 605px;
}
.h-px-606 {
  height: 606px;
}
.h-px-607 {
  height: 607px;
}
.h-px-608 {
  height: 608px;
}
.h-px-609 {
  height: 609px;
}
.h-px-610 {
  height: 610px;
}
.h-px-611 {
  height: 611px;
}
.h-px-612 {
  height: 612px;
}
.h-px-613 {
  height: 613px;
}
.h-px-614 {
  height: 614px;
}
.h-px-615 {
  height: 615px;
}
.h-px-616 {
  height: 616px;
}
.h-px-617 {
  height: 617px;
}
.h-px-618 {
  height: 618px;
}
.h-px-619 {
  height: 619px;
}
.h-px-620 {
  height: 620px;
}
.h-px-621 {
  height: 621px;
}
.h-px-622 {
  height: 622px;
}
.h-px-623 {
  height: 623px;
}
.h-px-624 {
  height: 624px;
}
.h-px-625 {
  height: 625px;
}
.h-px-626 {
  height: 626px;
}
.h-px-627 {
  height: 627px;
}
.h-px-628 {
  height: 628px;
}
.h-px-629 {
  height: 629px;
}
.h-px-630 {
  height: 630px;
}
.h-px-631 {
  height: 631px;
}
.h-px-632 {
  height: 632px;
}
.h-px-633 {
  height: 633px;
}
.h-px-634 {
  height: 634px;
}
.h-px-635 {
  height: 635px;
}
.h-px-636 {
  height: 636px;
}
.h-px-637 {
  height: 637px;
}
.h-px-638 {
  height: 638px;
}
.h-px-639 {
  height: 639px;
}
.h-px-640 {
  height: 640px;
}
.h-px-641 {
  height: 641px;
}
.h-px-642 {
  height: 642px;
}
.h-px-643 {
  height: 643px;
}
.h-px-644 {
  height: 644px;
}
.h-px-645 {
  height: 645px;
}
.h-px-646 {
  height: 646px;
}
.h-px-647 {
  height: 647px;
}
.h-px-648 {
  height: 648px;
}
.h-px-649 {
  height: 649px;
}
.h-px-650 {
  height: 650px;
}
.h-px-651 {
  height: 651px;
}
.h-px-652 {
  height: 652px;
}
.h-px-653 {
  height: 653px;
}
.h-px-654 {
  height: 654px;
}
.h-px-655 {
  height: 655px;
}
.h-px-656 {
  height: 656px;
}
.h-px-657 {
  height: 657px;
}
.h-px-658 {
  height: 658px;
}
.h-px-659 {
  height: 659px;
}
.h-px-660 {
  height: 660px;
}
.h-px-661 {
  height: 661px;
}
.h-px-662 {
  height: 662px;
}
.h-px-663 {
  height: 663px;
}
.h-px-664 {
  height: 664px;
}
.h-px-665 {
  height: 665px;
}
.h-px-666 {
  height: 666px;
}
.h-px-667 {
  height: 667px;
}
.h-px-668 {
  height: 668px;
}
.h-px-669 {
  height: 669px;
}
.h-px-670 {
  height: 670px;
}
.h-px-671 {
  height: 671px;
}
.h-px-672 {
  height: 672px;
}
.h-px-673 {
  height: 673px;
}
.h-px-674 {
  height: 674px;
}
.h-px-675 {
  height: 675px;
}
.h-px-676 {
  height: 676px;
}
.h-px-677 {
  height: 677px;
}
.h-px-678 {
  height: 678px;
}
.h-px-679 {
  height: 679px;
}
.h-px-680 {
  height: 680px;
}
.h-px-681 {
  height: 681px;
}
.h-px-682 {
  height: 682px;
}
.h-px-683 {
  height: 683px;
}
.h-px-684 {
  height: 684px;
}
.h-px-685 {
  height: 685px;
}
.h-px-686 {
  height: 686px;
}
.h-px-687 {
  height: 687px;
}
.h-px-688 {
  height: 688px;
}
.h-px-689 {
  height: 689px;
}
.h-px-690 {
  height: 690px;
}
.h-px-691 {
  height: 691px;
}
.h-px-692 {
  height: 692px;
}
.h-px-693 {
  height: 693px;
}
.h-px-694 {
  height: 694px;
}
.h-px-695 {
  height: 695px;
}
.h-px-696 {
  height: 696px;
}
.h-px-697 {
  height: 697px;
}
.h-px-698 {
  height: 698px;
}
.h-px-699 {
  height: 699px;
}
.h-px-700 {
  height: 700px;
}
.h-px-701 {
  height: 701px;
}
.h-px-702 {
  height: 702px;
}
.h-px-703 {
  height: 703px;
}
.h-px-704 {
  height: 704px;
}
.h-px-705 {
  height: 705px;
}
.h-px-706 {
  height: 706px;
}
.h-px-707 {
  height: 707px;
}
.h-px-708 {
  height: 708px;
}
.h-px-709 {
  height: 709px;
}
.h-px-710 {
  height: 710px;
}
.h-px-711 {
  height: 711px;
}
.h-px-712 {
  height: 712px;
}
.h-px-713 {
  height: 713px;
}
.h-px-714 {
  height: 714px;
}
.h-px-715 {
  height: 715px;
}
.h-px-716 {
  height: 716px;
}
.h-px-717 {
  height: 717px;
}
.h-px-718 {
  height: 718px;
}
.h-px-719 {
  height: 719px;
}
.h-px-720 {
  height: 720px;
}
.h-px-721 {
  height: 721px;
}
.h-px-722 {
  height: 722px;
}
.h-px-723 {
  height: 723px;
}
.h-px-724 {
  height: 724px;
}
.h-px-725 {
  height: 725px;
}
.h-px-726 {
  height: 726px;
}
.h-px-727 {
  height: 727px;
}
.h-px-728 {
  height: 728px;
}
.h-px-729 {
  height: 729px;
}
.h-px-730 {
  height: 730px;
}
.h-px-731 {
  height: 731px;
}
.h-px-732 {
  height: 732px;
}
.h-px-733 {
  height: 733px;
}
.h-px-734 {
  height: 734px;
}
.h-px-735 {
  height: 735px;
}
.h-px-736 {
  height: 736px;
}
.h-px-737 {
  height: 737px;
}
.h-px-738 {
  height: 738px;
}
.h-px-739 {
  height: 739px;
}
.h-px-740 {
  height: 740px;
}
.h-px-741 {
  height: 741px;
}
.h-px-742 {
  height: 742px;
}
.h-px-743 {
  height: 743px;
}
.h-px-744 {
  height: 744px;
}
.h-px-745 {
  height: 745px;
}
.h-px-746 {
  height: 746px;
}
.h-px-747 {
  height: 747px;
}
.h-px-748 {
  height: 748px;
}
.h-px-749 {
  height: 749px;
}
.h-px-750 {
  height: 750px;
}
.h-px-751 {
  height: 751px;
}
.h-px-752 {
  height: 752px;
}
.h-px-753 {
  height: 753px;
}
.h-px-754 {
  height: 754px;
}
.h-px-755 {
  height: 755px;
}
.h-px-756 {
  height: 756px;
}
.h-px-757 {
  height: 757px;
}
.h-px-758 {
  height: 758px;
}
.h-px-759 {
  height: 759px;
}
.h-px-760 {
  height: 760px;
}
.h-px-761 {
  height: 761px;
}
.h-px-762 {
  height: 762px;
}
.h-px-763 {
  height: 763px;
}
.h-px-764 {
  height: 764px;
}
.h-px-765 {
  height: 765px;
}
.h-px-766 {
  height: 766px;
}
.h-px-767 {
  height: 767px;
}
.h-px-768 {
  height: 768px;
}
.h-px-769 {
  height: 769px;
}
.h-px-770 {
  height: 770px;
}
.h-px-771 {
  height: 771px;
}
.h-px-772 {
  height: 772px;
}
.h-px-773 {
  height: 773px;
}
.h-px-774 {
  height: 774px;
}
.h-px-775 {
  height: 775px;
}
.h-px-776 {
  height: 776px;
}
.h-px-777 {
  height: 777px;
}
.h-px-778 {
  height: 778px;
}
.h-px-779 {
  height: 779px;
}
.h-px-780 {
  height: 780px;
}
.h-px-781 {
  height: 781px;
}
.h-px-782 {
  height: 782px;
}
.h-px-783 {
  height: 783px;
}
.h-px-784 {
  height: 784px;
}
.h-px-785 {
  height: 785px;
}
.h-px-786 {
  height: 786px;
}
.h-px-787 {
  height: 787px;
}
.h-px-788 {
  height: 788px;
}
.h-px-789 {
  height: 789px;
}
.h-px-790 {
  height: 790px;
}
.h-px-791 {
  height: 791px;
}
.h-px-792 {
  height: 792px;
}
.h-px-793 {
  height: 793px;
}
.h-px-794 {
  height: 794px;
}
.h-px-795 {
  height: 795px;
}
.h-px-796 {
  height: 796px;
}
.h-px-797 {
  height: 797px;
}
.h-px-798 {
  height: 798px;
}
.h-px-799 {
  height: 799px;
}
.h-px-800 {
  height: 800px;
}
.h-px-801 {
  height: 801px;
}
.h-px-802 {
  height: 802px;
}
.h-px-803 {
  height: 803px;
}
.h-px-804 {
  height: 804px;
}
.h-px-805 {
  height: 805px;
}
.h-px-806 {
  height: 806px;
}
.h-px-807 {
  height: 807px;
}
.h-px-808 {
  height: 808px;
}
.h-px-809 {
  height: 809px;
}
.h-px-810 {
  height: 810px;
}
.h-px-811 {
  height: 811px;
}
.h-px-812 {
  height: 812px;
}
.h-px-813 {
  height: 813px;
}
.h-px-814 {
  height: 814px;
}
.h-px-815 {
  height: 815px;
}
.h-px-816 {
  height: 816px;
}
.h-px-817 {
  height: 817px;
}
.h-px-818 {
  height: 818px;
}
.h-px-819 {
  height: 819px;
}
.h-px-820 {
  height: 820px;
}
.h-px-821 {
  height: 821px;
}
.h-px-822 {
  height: 822px;
}
.h-px-823 {
  height: 823px;
}
.h-px-824 {
  height: 824px;
}
.h-px-825 {
  height: 825px;
}
.h-px-826 {
  height: 826px;
}
.h-px-827 {
  height: 827px;
}
.h-px-828 {
  height: 828px;
}
.h-px-829 {
  height: 829px;
}
.h-px-830 {
  height: 830px;
}
.h-px-831 {
  height: 831px;
}
.h-px-832 {
  height: 832px;
}
.h-px-833 {
  height: 833px;
}
.h-px-834 {
  height: 834px;
}
.h-px-835 {
  height: 835px;
}
.h-px-836 {
  height: 836px;
}
.h-px-837 {
  height: 837px;
}
.h-px-838 {
  height: 838px;
}
.h-px-839 {
  height: 839px;
}
.h-px-840 {
  height: 840px;
}
.h-px-841 {
  height: 841px;
}
.h-px-842 {
  height: 842px;
}
.h-px-843 {
  height: 843px;
}
.h-px-844 {
  height: 844px;
}
.h-px-845 {
  height: 845px;
}
.h-px-846 {
  height: 846px;
}
.h-px-847 {
  height: 847px;
}
.h-px-848 {
  height: 848px;
}
.h-px-849 {
  height: 849px;
}
.h-px-850 {
  height: 850px;
}
.h-px-851 {
  height: 851px;
}
.h-px-852 {
  height: 852px;
}
.h-px-853 {
  height: 853px;
}
.h-px-854 {
  height: 854px;
}
.h-px-855 {
  height: 855px;
}
.h-px-856 {
  height: 856px;
}
.h-px-857 {
  height: 857px;
}
.h-px-858 {
  height: 858px;
}
.h-px-859 {
  height: 859px;
}
.h-px-860 {
  height: 860px;
}
.h-px-861 {
  height: 861px;
}
.h-px-862 {
  height: 862px;
}
.h-px-863 {
  height: 863px;
}
.h-px-864 {
  height: 864px;
}
.h-px-865 {
  height: 865px;
}
.h-px-866 {
  height: 866px;
}
.h-px-867 {
  height: 867px;
}
.h-px-868 {
  height: 868px;
}
.h-px-869 {
  height: 869px;
}
.h-px-870 {
  height: 870px;
}
.h-px-871 {
  height: 871px;
}
.h-px-872 {
  height: 872px;
}
.h-px-873 {
  height: 873px;
}
.h-px-874 {
  height: 874px;
}
.h-px-875 {
  height: 875px;
}
.h-px-876 {
  height: 876px;
}
.h-px-877 {
  height: 877px;
}
.h-px-878 {
  height: 878px;
}
.h-px-879 {
  height: 879px;
}
.h-px-880 {
  height: 880px;
}
.h-px-881 {
  height: 881px;
}
.h-px-882 {
  height: 882px;
}
.h-px-883 {
  height: 883px;
}
.h-px-884 {
  height: 884px;
}
.h-px-885 {
  height: 885px;
}
.h-px-886 {
  height: 886px;
}
.h-px-887 {
  height: 887px;
}
.h-px-888 {
  height: 888px;
}
.h-px-889 {
  height: 889px;
}
.h-px-890 {
  height: 890px;
}
.h-px-891 {
  height: 891px;
}
.h-px-892 {
  height: 892px;
}
.h-px-893 {
  height: 893px;
}
.h-px-894 {
  height: 894px;
}
.h-px-895 {
  height: 895px;
}
.h-px-896 {
  height: 896px;
}
.h-px-897 {
  height: 897px;
}
.h-px-898 {
  height: 898px;
}
.h-px-899 {
  height: 899px;
}
.h-px-900 {
  height: 900px;
}
.h-px-901 {
  height: 901px;
}
.h-px-902 {
  height: 902px;
}
.h-px-903 {
  height: 903px;
}
.h-px-904 {
  height: 904px;
}
.h-px-905 {
  height: 905px;
}
.h-px-906 {
  height: 906px;
}
.h-px-907 {
  height: 907px;
}
.h-px-908 {
  height: 908px;
}
.h-px-909 {
  height: 909px;
}
.h-px-910 {
  height: 910px;
}
.h-px-911 {
  height: 911px;
}
.h-px-912 {
  height: 912px;
}
.h-px-913 {
  height: 913px;
}
.h-px-914 {
  height: 914px;
}
.h-px-915 {
  height: 915px;
}
.h-px-916 {
  height: 916px;
}
.h-px-917 {
  height: 917px;
}
.h-px-918 {
  height: 918px;
}
.h-px-919 {
  height: 919px;
}
.h-px-920 {
  height: 920px;
}
.h-px-921 {
  height: 921px;
}
.h-px-922 {
  height: 922px;
}
.h-px-923 {
  height: 923px;
}
.h-px-924 {
  height: 924px;
}
.h-px-925 {
  height: 925px;
}
.h-px-926 {
  height: 926px;
}
.h-px-927 {
  height: 927px;
}
.h-px-928 {
  height: 928px;
}
.h-px-929 {
  height: 929px;
}
.h-px-930 {
  height: 930px;
}
.h-px-931 {
  height: 931px;
}
.h-px-932 {
  height: 932px;
}
.h-px-933 {
  height: 933px;
}
.h-px-934 {
  height: 934px;
}
.h-px-935 {
  height: 935px;
}
.h-px-936 {
  height: 936px;
}
.h-px-937 {
  height: 937px;
}
.h-px-938 {
  height: 938px;
}
.h-px-939 {
  height: 939px;
}
.h-px-940 {
  height: 940px;
}
.h-px-941 {
  height: 941px;
}
.h-px-942 {
  height: 942px;
}
.h-px-943 {
  height: 943px;
}
.h-px-944 {
  height: 944px;
}
.h-px-945 {
  height: 945px;
}
.h-px-946 {
  height: 946px;
}
.h-px-947 {
  height: 947px;
}
.h-px-948 {
  height: 948px;
}
.h-px-949 {
  height: 949px;
}
.h-px-950 {
  height: 950px;
}
.h-px-951 {
  height: 951px;
}
.h-px-952 {
  height: 952px;
}
.h-px-953 {
  height: 953px;
}
.h-px-954 {
  height: 954px;
}
.h-px-955 {
  height: 955px;
}
.h-px-956 {
  height: 956px;
}
.h-px-957 {
  height: 957px;
}
.h-px-958 {
  height: 958px;
}
.h-px-959 {
  height: 959px;
}
.h-px-960 {
  height: 960px;
}
.h-px-961 {
  height: 961px;
}
.h-px-962 {
  height: 962px;
}
.h-px-963 {
  height: 963px;
}
.h-px-964 {
  height: 964px;
}
.h-px-965 {
  height: 965px;
}
.h-px-966 {
  height: 966px;
}
.h-px-967 {
  height: 967px;
}
.h-px-968 {
  height: 968px;
}
.h-px-969 {
  height: 969px;
}
.h-px-970 {
  height: 970px;
}
.h-px-971 {
  height: 971px;
}
.h-px-972 {
  height: 972px;
}
.h-px-973 {
  height: 973px;
}
.h-px-974 {
  height: 974px;
}
.h-px-975 {
  height: 975px;
}
.h-px-976 {
  height: 976px;
}
.h-px-977 {
  height: 977px;
}
.h-px-978 {
  height: 978px;
}
.h-px-979 {
  height: 979px;
}
.h-px-980 {
  height: 980px;
}
.h-px-981 {
  height: 981px;
}
.h-px-982 {
  height: 982px;
}
.h-px-983 {
  height: 983px;
}
.h-px-984 {
  height: 984px;
}
.h-px-985 {
  height: 985px;
}
.h-px-986 {
  height: 986px;
}
.h-px-987 {
  height: 987px;
}
.h-px-988 {
  height: 988px;
}
.h-px-989 {
  height: 989px;
}
.h-px-990 {
  height: 990px;
}
.h-px-991 {
  height: 991px;
}
.h-px-992 {
  height: 992px;
}
.h-px-993 {
  height: 993px;
}
.h-px-994 {
  height: 994px;
}
.h-px-995 {
  height: 995px;
}
.h-px-996 {
  height: 996px;
}
.h-px-997 {
  height: 997px;
}
.h-px-998 {
  height: 998px;
}
.h-px-999 {
  height: 999px;
}
.h-px-1000 {
  height: 1000px;
}
.w-px-1 {
  width: 1px;
}
.w-px-2 {
  width: 2px;
}
.w-px-3 {
  width: 3px;
}
.w-px-4 {
  width: 4px;
}
.w-px-5 {
  width: 5px;
}
.w-px-6 {
  width: 6px;
}
.w-px-7 {
  width: 7px;
}
.w-px-8 {
  width: 8px;
}
.w-px-9 {
  width: 9px;
}
.w-px-10 {
  width: 10px;
}
.w-px-11 {
  width: 11px;
}
.w-px-12 {
  width: 12px;
}
.w-px-13 {
  width: 13px;
}
.w-px-14 {
  width: 14px;
}
.w-px-15 {
  width: 15px;
}
.w-px-16 {
  width: 16px;
}
.w-px-17 {
  width: 17px;
}
.w-px-18 {
  width: 18px;
}
.w-px-19 {
  width: 19px;
}
.w-px-20 {
  width: 20px;
}
.w-px-21 {
  width: 21px;
}
.w-px-22 {
  width: 22px;
}
.w-px-23 {
  width: 23px;
}
.w-px-24 {
  width: 24px;
}
.w-px-25 {
  width: 25px;
}
.w-px-26 {
  width: 26px;
}
.w-px-27 {
  width: 27px;
}
.w-px-28 {
  width: 28px;
}
.w-px-29 {
  width: 29px;
}
.w-px-30 {
  width: 30px;
}
.w-px-31 {
  width: 31px;
}
.w-px-32 {
  width: 32px;
}
.w-px-33 {
  width: 33px;
}
.w-px-34 {
  width: 34px;
}
.w-px-35 {
  width: 35px;
}
.w-px-36 {
  width: 36px;
}
.w-px-37 {
  width: 37px;
}
.w-px-38 {
  width: 38px;
}
.w-px-39 {
  width: 39px;
}
.w-px-40 {
  width: 40px;
}
.w-px-41 {
  width: 41px;
}
.w-px-42 {
  width: 42px;
}
.w-px-43 {
  width: 43px;
}
.w-px-44 {
  width: 44px;
}
.w-px-45 {
  width: 45px;
}
.w-px-46 {
  width: 46px;
}
.w-px-47 {
  width: 47px;
}
.w-px-48 {
  width: 48px;
}
.w-px-49 {
  width: 49px;
}
.w-px-50 {
  width: 50px;
}
.w-px-51 {
  width: 51px;
}
.w-px-52 {
  width: 52px;
}
.w-px-53 {
  width: 53px;
}
.w-px-54 {
  width: 54px;
}
.w-px-55 {
  width: 55px;
}
.w-px-56 {
  width: 56px;
}
.w-px-57 {
  width: 57px;
}
.w-px-58 {
  width: 58px;
}
.w-px-59 {
  width: 59px;
}
.w-px-60 {
  width: 60px;
}
.w-px-61 {
  width: 61px;
}
.w-px-62 {
  width: 62px;
}
.w-px-63 {
  width: 63px;
}
.w-px-64 {
  width: 64px;
}
.w-px-65 {
  width: 65px;
}
.w-px-66 {
  width: 66px;
}
.w-px-67 {
  width: 67px;
}
.w-px-68 {
  width: 68px;
}
.w-px-69 {
  width: 69px;
}
.w-px-70 {
  width: 70px;
}
.w-px-71 {
  width: 71px;
}
.w-px-72 {
  width: 72px;
}
.w-px-73 {
  width: 73px;
}
.w-px-74 {
  width: 74px;
}
.w-px-75 {
  width: 75px;
}
.w-px-76 {
  width: 76px;
}
.w-px-77 {
  width: 77px;
}
.w-px-78 {
  width: 78px;
}
.w-px-79 {
  width: 79px;
}
.w-px-80 {
  width: 80px;
}
.w-px-81 {
  width: 81px;
}
.w-px-82 {
  width: 82px;
}
.w-px-83 {
  width: 83px;
}
.w-px-84 {
  width: 84px;
}
.w-px-85 {
  width: 85px;
}
.w-px-86 {
  width: 86px;
}
.w-px-87 {
  width: 87px;
}
.w-px-88 {
  width: 88px;
}
.w-px-89 {
  width: 89px;
}
.w-px-90 {
  width: 90px;
}
.w-px-91 {
  width: 91px;
}
.w-px-92 {
  width: 92px;
}
.w-px-93 {
  width: 93px;
}
.w-px-94 {
  width: 94px;
}
.w-px-95 {
  width: 95px;
}
.w-px-96 {
  width: 96px;
}
.w-px-97 {
  width: 97px;
}
.w-px-98 {
  width: 98px;
}
.w-px-99 {
  width: 99px;
}
.w-px-100 {
  width: 100px;
}
.w-px-101 {
  width: 101px;
}
.w-px-102 {
  width: 102px;
}
.w-px-103 {
  width: 103px;
}
.w-px-104 {
  width: 104px;
}
.w-px-105 {
  width: 105px;
}
.w-px-106 {
  width: 106px;
}
.w-px-107 {
  width: 107px;
}
.w-px-108 {
  width: 108px;
}
.w-px-109 {
  width: 109px;
}
.w-px-110 {
  width: 110px;
}
.w-px-111 {
  width: 111px;
}
.w-px-112 {
  width: 112px;
}
.w-px-113 {
  width: 113px;
}
.w-px-114 {
  width: 114px;
}
.w-px-115 {
  width: 115px;
}
.w-px-116 {
  width: 116px;
}
.w-px-117 {
  width: 117px;
}
.w-px-118 {
  width: 118px;
}
.w-px-119 {
  width: 119px;
}
.w-px-120 {
  width: 120px;
}
.w-px-121 {
  width: 121px;
}
.w-px-122 {
  width: 122px;
}
.w-px-123 {
  width: 123px;
}
.w-px-124 {
  width: 124px;
}
.w-px-125 {
  width: 125px;
}
.w-px-126 {
  width: 126px;
}
.w-px-127 {
  width: 127px;
}
.w-px-128 {
  width: 128px;
}
.w-px-129 {
  width: 129px;
}
.w-px-130 {
  width: 130px;
}
.w-px-131 {
  width: 131px;
}
.w-px-132 {
  width: 132px;
}
.w-px-133 {
  width: 133px;
}
.w-px-134 {
  width: 134px;
}
.w-px-135 {
  width: 135px;
}
.w-px-136 {
  width: 136px;
}
.w-px-137 {
  width: 137px;
}
.w-px-138 {
  width: 138px;
}
.w-px-139 {
  width: 139px;
}
.w-px-140 {
  width: 140px;
}
.w-px-141 {
  width: 141px;
}
.w-px-142 {
  width: 142px;
}
.w-px-143 {
  width: 143px;
}
.w-px-144 {
  width: 144px;
}
.w-px-145 {
  width: 145px;
}
.w-px-146 {
  width: 146px;
}
.w-px-147 {
  width: 147px;
}
.w-px-148 {
  width: 148px;
}
.w-px-149 {
  width: 149px;
}
.w-px-150 {
  width: 150px;
}
.w-px-151 {
  width: 151px;
}
.w-px-152 {
  width: 152px;
}
.w-px-153 {
  width: 153px;
}
.w-px-154 {
  width: 154px;
}
.w-px-155 {
  width: 155px;
}
.w-px-156 {
  width: 156px;
}
.w-px-157 {
  width: 157px;
}
.w-px-158 {
  width: 158px;
}
.w-px-159 {
  width: 159px;
}
.w-px-160 {
  width: 160px;
}
.w-px-161 {
  width: 161px;
}
.w-px-162 {
  width: 162px;
}
.w-px-163 {
  width: 163px;
}
.w-px-164 {
  width: 164px;
}
.w-px-165 {
  width: 165px;
}
.w-px-166 {
  width: 166px;
}
.w-px-167 {
  width: 167px;
}
.w-px-168 {
  width: 168px;
}
.w-px-169 {
  width: 169px;
}
.w-px-170 {
  width: 170px;
}
.w-px-171 {
  width: 171px;
}
.w-px-172 {
  width: 172px;
}
.w-px-173 {
  width: 173px;
}
.w-px-174 {
  width: 174px;
}
.w-px-175 {
  width: 175px;
}
.w-px-176 {
  width: 176px;
}
.w-px-177 {
  width: 177px;
}
.w-px-178 {
  width: 178px;
}
.w-px-179 {
  width: 179px;
}
.w-px-180 {
  width: 180px;
}
.w-px-181 {
  width: 181px;
}
.w-px-182 {
  width: 182px;
}
.w-px-183 {
  width: 183px;
}
.w-px-184 {
  width: 184px;
}
.w-px-185 {
  width: 185px;
}
.w-px-186 {
  width: 186px;
}
.w-px-187 {
  width: 187px;
}
.w-px-188 {
  width: 188px;
}
.w-px-189 {
  width: 189px;
}
.w-px-190 {
  width: 190px;
}
.w-px-191 {
  width: 191px;
}
.w-px-192 {
  width: 192px;
}
.w-px-193 {
  width: 193px;
}
.w-px-194 {
  width: 194px;
}
.w-px-195 {
  width: 195px;
}
.w-px-196 {
  width: 196px;
}
.w-px-197 {
  width: 197px;
}
.w-px-198 {
  width: 198px;
}
.w-px-199 {
  width: 199px;
}
.w-px-200 {
  width: 200px;
}
.w-px-201 {
  width: 201px;
}
.w-px-202 {
  width: 202px;
}
.w-px-203 {
  width: 203px;
}
.w-px-204 {
  width: 204px;
}
.w-px-205 {
  width: 205px;
}
.w-px-206 {
  width: 206px;
}
.w-px-207 {
  width: 207px;
}
.w-px-208 {
  width: 208px;
}
.w-px-209 {
  width: 209px;
}
.w-px-210 {
  width: 210px;
}
.w-px-211 {
  width: 211px;
}
.w-px-212 {
  width: 212px;
}
.w-px-213 {
  width: 213px;
}
.w-px-214 {
  width: 214px;
}
.w-px-215 {
  width: 215px;
}
.w-px-216 {
  width: 216px;
}
.w-px-217 {
  width: 217px;
}
.w-px-218 {
  width: 218px;
}
.w-px-219 {
  width: 219px;
}
.w-px-220 {
  width: 220px;
}
.w-px-221 {
  width: 221px;
}
.w-px-222 {
  width: 222px;
}
.w-px-223 {
  width: 223px;
}
.w-px-224 {
  width: 224px;
}
.w-px-225 {
  width: 225px;
}
.w-px-226 {
  width: 226px;
}
.w-px-227 {
  width: 227px;
}
.w-px-228 {
  width: 228px;
}
.w-px-229 {
  width: 229px;
}
.w-px-230 {
  width: 230px;
}
.w-px-231 {
  width: 231px;
}
.w-px-232 {
  width: 232px;
}
.w-px-233 {
  width: 233px;
}
.w-px-234 {
  width: 234px;
}
.w-px-235 {
  width: 235px;
}
.w-px-236 {
  width: 236px;
}
.w-px-237 {
  width: 237px;
}
.w-px-238 {
  width: 238px;
}
.w-px-239 {
  width: 239px;
}
.w-px-240 {
  width: 240px;
}
.w-px-241 {
  width: 241px;
}
.w-px-242 {
  width: 242px;
}
.w-px-243 {
  width: 243px;
}
.w-px-244 {
  width: 244px;
}
.w-px-245 {
  width: 245px;
}
.w-px-246 {
  width: 246px;
}
.w-px-247 {
  width: 247px;
}
.w-px-248 {
  width: 248px;
}
.w-px-249 {
  width: 249px;
}
.w-px-250 {
  width: 250px;
}
.w-px-251 {
  width: 251px;
}
.w-px-252 {
  width: 252px;
}
.w-px-253 {
  width: 253px;
}
.w-px-254 {
  width: 254px;
}
.w-px-255 {
  width: 255px;
}
.w-px-256 {
  width: 256px;
}
.w-px-257 {
  width: 257px;
}
.w-px-258 {
  width: 258px;
}
.w-px-259 {
  width: 259px;
}
.w-px-260 {
  width: 260px;
}
.w-px-261 {
  width: 261px;
}
.w-px-262 {
  width: 262px;
}
.w-px-263 {
  width: 263px;
}
.w-px-264 {
  width: 264px;
}
.w-px-265 {
  width: 265px;
}
.w-px-266 {
  width: 266px;
}
.w-px-267 {
  width: 267px;
}
.w-px-268 {
  width: 268px;
}
.w-px-269 {
  width: 269px;
}
.w-px-270 {
  width: 270px;
}
.w-px-271 {
  width: 271px;
}
.w-px-272 {
  width: 272px;
}
.w-px-273 {
  width: 273px;
}
.w-px-274 {
  width: 274px;
}
.w-px-275 {
  width: 275px;
}
.w-px-276 {
  width: 276px;
}
.w-px-277 {
  width: 277px;
}
.w-px-278 {
  width: 278px;
}
.w-px-279 {
  width: 279px;
}
.w-px-280 {
  width: 280px;
}
.w-px-281 {
  width: 281px;
}
.w-px-282 {
  width: 282px;
}
.w-px-283 {
  width: 283px;
}
.w-px-284 {
  width: 284px;
}
.w-px-285 {
  width: 285px;
}
.w-px-286 {
  width: 286px;
}
.w-px-287 {
  width: 287px;
}
.w-px-288 {
  width: 288px;
}
.w-px-289 {
  width: 289px;
}
.w-px-290 {
  width: 290px;
}
.w-px-291 {
  width: 291px;
}
.w-px-292 {
  width: 292px;
}
.w-px-293 {
  width: 293px;
}
.w-px-294 {
  width: 294px;
}
.w-px-295 {
  width: 295px;
}
.w-px-296 {
  width: 296px;
}
.w-px-297 {
  width: 297px;
}
.w-px-298 {
  width: 298px;
}
.w-px-299 {
  width: 299px;
}
.w-px-300 {
  width: 300px;
}
.w-px-301 {
  width: 301px;
}
.w-px-302 {
  width: 302px;
}
.w-px-303 {
  width: 303px;
}
.w-px-304 {
  width: 304px;
}
.w-px-305 {
  width: 305px;
}
.w-px-306 {
  width: 306px;
}
.w-px-307 {
  width: 307px;
}
.w-px-308 {
  width: 308px;
}
.w-px-309 {
  width: 309px;
}
.w-px-310 {
  width: 310px;
}
.w-px-311 {
  width: 311px;
}
.w-px-312 {
  width: 312px;
}
.w-px-313 {
  width: 313px;
}
.w-px-314 {
  width: 314px;
}
.w-px-315 {
  width: 315px;
}
.w-px-316 {
  width: 316px;
}
.w-px-317 {
  width: 317px;
}
.w-px-318 {
  width: 318px;
}
.w-px-319 {
  width: 319px;
}
.w-px-320 {
  width: 320px;
}
.w-px-321 {
  width: 321px;
}
.w-px-322 {
  width: 322px;
}
.w-px-323 {
  width: 323px;
}
.w-px-324 {
  width: 324px;
}
.w-px-325 {
  width: 325px;
}
.w-px-326 {
  width: 326px;
}
.w-px-327 {
  width: 327px;
}
.w-px-328 {
  width: 328px;
}
.w-px-329 {
  width: 329px;
}
.w-px-330 {
  width: 330px;
}
.w-px-331 {
  width: 331px;
}
.w-px-332 {
  width: 332px;
}
.w-px-333 {
  width: 333px;
}
.w-px-334 {
  width: 334px;
}
.w-px-335 {
  width: 335px;
}
.w-px-336 {
  width: 336px;
}
.w-px-337 {
  width: 337px;
}
.w-px-338 {
  width: 338px;
}
.w-px-339 {
  width: 339px;
}
.w-px-340 {
  width: 340px;
}
.w-px-341 {
  width: 341px;
}
.w-px-342 {
  width: 342px;
}
.w-px-343 {
  width: 343px;
}
.w-px-344 {
  width: 344px;
}
.w-px-345 {
  width: 345px;
}
.w-px-346 {
  width: 346px;
}
.w-px-347 {
  width: 347px;
}
.w-px-348 {
  width: 348px;
}
.w-px-349 {
  width: 349px;
}
.w-px-350 {
  width: 350px;
}
.w-px-351 {
  width: 351px;
}
.w-px-352 {
  width: 352px;
}
.w-px-353 {
  width: 353px;
}
.w-px-354 {
  width: 354px;
}
.w-px-355 {
  width: 355px;
}
.w-px-356 {
  width: 356px;
}
.w-px-357 {
  width: 357px;
}
.w-px-358 {
  width: 358px;
}
.w-px-359 {
  width: 359px;
}
.w-px-360 {
  width: 360px;
}
.w-px-361 {
  width: 361px;
}
.w-px-362 {
  width: 362px;
}
.w-px-363 {
  width: 363px;
}
.w-px-364 {
  width: 364px;
}
.w-px-365 {
  width: 365px;
}
.w-px-366 {
  width: 366px;
}
.w-px-367 {
  width: 367px;
}
.w-px-368 {
  width: 368px;
}
.w-px-369 {
  width: 369px;
}
.w-px-370 {
  width: 370px;
}
.w-px-371 {
  width: 371px;
}
.w-px-372 {
  width: 372px;
}
.w-px-373 {
  width: 373px;
}
.w-px-374 {
  width: 374px;
}
.w-px-375 {
  width: 375px;
}
.w-px-376 {
  width: 376px;
}
.w-px-377 {
  width: 377px;
}
.w-px-378 {
  width: 378px;
}
.w-px-379 {
  width: 379px;
}
.w-px-380 {
  width: 380px;
}
.w-px-381 {
  width: 381px;
}
.w-px-382 {
  width: 382px;
}
.w-px-383 {
  width: 383px;
}
.w-px-384 {
  width: 384px;
}
.w-px-385 {
  width: 385px;
}
.w-px-386 {
  width: 386px;
}
.w-px-387 {
  width: 387px;
}
.w-px-388 {
  width: 388px;
}
.w-px-389 {
  width: 389px;
}
.w-px-390 {
  width: 390px;
}
.w-px-391 {
  width: 391px;
}
.w-px-392 {
  width: 392px;
}
.w-px-393 {
  width: 393px;
}
.w-px-394 {
  width: 394px;
}
.w-px-395 {
  width: 395px;
}
.w-px-396 {
  width: 396px;
}
.w-px-397 {
  width: 397px;
}
.w-px-398 {
  width: 398px;
}
.w-px-399 {
  width: 399px;
}
.w-px-400 {
  width: 400px;
}
.w-px-401 {
  width: 401px;
}
.w-px-402 {
  width: 402px;
}
.w-px-403 {
  width: 403px;
}
.w-px-404 {
  width: 404px;
}
.w-px-405 {
  width: 405px;
}
.w-px-406 {
  width: 406px;
}
.w-px-407 {
  width: 407px;
}
.w-px-408 {
  width: 408px;
}
.w-px-409 {
  width: 409px;
}
.w-px-410 {
  width: 410px;
}
.w-px-411 {
  width: 411px;
}
.w-px-412 {
  width: 412px;
}
.w-px-413 {
  width: 413px;
}
.w-px-414 {
  width: 414px;
}
.w-px-415 {
  width: 415px;
}
.w-px-416 {
  width: 416px;
}
.w-px-417 {
  width: 417px;
}
.w-px-418 {
  width: 418px;
}
.w-px-419 {
  width: 419px;
}
.w-px-420 {
  width: 420px;
}
.w-px-421 {
  width: 421px;
}
.w-px-422 {
  width: 422px;
}
.w-px-423 {
  width: 423px;
}
.w-px-424 {
  width: 424px;
}
.w-px-425 {
  width: 425px;
}
.w-px-426 {
  width: 426px;
}
.w-px-427 {
  width: 427px;
}
.w-px-428 {
  width: 428px;
}
.w-px-429 {
  width: 429px;
}
.w-px-430 {
  width: 430px;
}
.w-px-431 {
  width: 431px;
}
.w-px-432 {
  width: 432px;
}
.w-px-433 {
  width: 433px;
}
.w-px-434 {
  width: 434px;
}
.w-px-435 {
  width: 435px;
}
.w-px-436 {
  width: 436px;
}
.w-px-437 {
  width: 437px;
}
.w-px-438 {
  width: 438px;
}
.w-px-439 {
  width: 439px;
}
.w-px-440 {
  width: 440px;
}
.w-px-441 {
  width: 441px;
}
.w-px-442 {
  width: 442px;
}
.w-px-443 {
  width: 443px;
}
.w-px-444 {
  width: 444px;
}
.w-px-445 {
  width: 445px;
}
.w-px-446 {
  width: 446px;
}
.w-px-447 {
  width: 447px;
}
.w-px-448 {
  width: 448px;
}
.w-px-449 {
  width: 449px;
}
.w-px-450 {
  width: 450px;
}
.w-px-451 {
  width: 451px;
}
.w-px-452 {
  width: 452px;
}
.w-px-453 {
  width: 453px;
}
.w-px-454 {
  width: 454px;
}
.w-px-455 {
  width: 455px;
}
.w-px-456 {
  width: 456px;
}
.w-px-457 {
  width: 457px;
}
.w-px-458 {
  width: 458px;
}
.w-px-459 {
  width: 459px;
}
.w-px-460 {
  width: 460px;
}
.w-px-461 {
  width: 461px;
}
.w-px-462 {
  width: 462px;
}
.w-px-463 {
  width: 463px;
}
.w-px-464 {
  width: 464px;
}
.w-px-465 {
  width: 465px;
}
.w-px-466 {
  width: 466px;
}
.w-px-467 {
  width: 467px;
}
.w-px-468 {
  width: 468px;
}
.w-px-469 {
  width: 469px;
}
.w-px-470 {
  width: 470px;
}
.w-px-471 {
  width: 471px;
}
.w-px-472 {
  width: 472px;
}
.w-px-473 {
  width: 473px;
}
.w-px-474 {
  width: 474px;
}
.w-px-475 {
  width: 475px;
}
.w-px-476 {
  width: 476px;
}
.w-px-477 {
  width: 477px;
}
.w-px-478 {
  width: 478px;
}
.w-px-479 {
  width: 479px;
}
.w-px-480 {
  width: 480px;
}
.w-px-481 {
  width: 481px;
}
.w-px-482 {
  width: 482px;
}
.w-px-483 {
  width: 483px;
}
.w-px-484 {
  width: 484px;
}
.w-px-485 {
  width: 485px;
}
.w-px-486 {
  width: 486px;
}
.w-px-487 {
  width: 487px;
}
.w-px-488 {
  width: 488px;
}
.w-px-489 {
  width: 489px;
}
.w-px-490 {
  width: 490px;
}
.w-px-491 {
  width: 491px;
}
.w-px-492 {
  width: 492px;
}
.w-px-493 {
  width: 493px;
}
.w-px-494 {
  width: 494px;
}
.w-px-495 {
  width: 495px;
}
.w-px-496 {
  width: 496px;
}
.w-px-497 {
  width: 497px;
}
.w-px-498 {
  width: 498px;
}
.w-px-499 {
  width: 499px;
}
.w-px-500 {
  width: 500px;
}
.w-px-501 {
  width: 501px;
}
.w-px-502 {
  width: 502px;
}
.w-px-503 {
  width: 503px;
}
.w-px-504 {
  width: 504px;
}
.w-px-505 {
  width: 505px;
}
.w-px-506 {
  width: 506px;
}
.w-px-507 {
  width: 507px;
}
.w-px-508 {
  width: 508px;
}
.w-px-509 {
  width: 509px;
}
.w-px-510 {
  width: 510px;
}
.w-px-511 {
  width: 511px;
}
.w-px-512 {
  width: 512px;
}
.w-px-513 {
  width: 513px;
}
.w-px-514 {
  width: 514px;
}
.w-px-515 {
  width: 515px;
}
.w-px-516 {
  width: 516px;
}
.w-px-517 {
  width: 517px;
}
.w-px-518 {
  width: 518px;
}
.w-px-519 {
  width: 519px;
}
.w-px-520 {
  width: 520px;
}
.w-px-521 {
  width: 521px;
}
.w-px-522 {
  width: 522px;
}
.w-px-523 {
  width: 523px;
}
.w-px-524 {
  width: 524px;
}
.w-px-525 {
  width: 525px;
}
.w-px-526 {
  width: 526px;
}
.w-px-527 {
  width: 527px;
}
.w-px-528 {
  width: 528px;
}
.w-px-529 {
  width: 529px;
}
.w-px-530 {
  width: 530px;
}
.w-px-531 {
  width: 531px;
}
.w-px-532 {
  width: 532px;
}
.w-px-533 {
  width: 533px;
}
.w-px-534 {
  width: 534px;
}
.w-px-535 {
  width: 535px;
}
.w-px-536 {
  width: 536px;
}
.w-px-537 {
  width: 537px;
}
.w-px-538 {
  width: 538px;
}
.w-px-539 {
  width: 539px;
}
.w-px-540 {
  width: 540px;
}
.w-px-541 {
  width: 541px;
}
.w-px-542 {
  width: 542px;
}
.w-px-543 {
  width: 543px;
}
.w-px-544 {
  width: 544px;
}
.w-px-545 {
  width: 545px;
}
.w-px-546 {
  width: 546px;
}
.w-px-547 {
  width: 547px;
}
.w-px-548 {
  width: 548px;
}
.w-px-549 {
  width: 549px;
}
.w-px-550 {
  width: 550px;
}
.w-px-551 {
  width: 551px;
}
.w-px-552 {
  width: 552px;
}
.w-px-553 {
  width: 553px;
}
.w-px-554 {
  width: 554px;
}
.w-px-555 {
  width: 555px;
}
.w-px-556 {
  width: 556px;
}
.w-px-557 {
  width: 557px;
}
.w-px-558 {
  width: 558px;
}
.w-px-559 {
  width: 559px;
}
.w-px-560 {
  width: 560px;
}
.w-px-561 {
  width: 561px;
}
.w-px-562 {
  width: 562px;
}
.w-px-563 {
  width: 563px;
}
.w-px-564 {
  width: 564px;
}
.w-px-565 {
  width: 565px;
}
.w-px-566 {
  width: 566px;
}
.w-px-567 {
  width: 567px;
}
.w-px-568 {
  width: 568px;
}
.w-px-569 {
  width: 569px;
}
.w-px-570 {
  width: 570px;
}
.w-px-571 {
  width: 571px;
}
.w-px-572 {
  width: 572px;
}
.w-px-573 {
  width: 573px;
}
.w-px-574 {
  width: 574px;
}
.w-px-575 {
  width: 575px;
}
.w-px-576 {
  width: 576px;
}
.w-px-577 {
  width: 577px;
}
.w-px-578 {
  width: 578px;
}
.w-px-579 {
  width: 579px;
}
.w-px-580 {
  width: 580px;
}
.w-px-581 {
  width: 581px;
}
.w-px-582 {
  width: 582px;
}
.w-px-583 {
  width: 583px;
}
.w-px-584 {
  width: 584px;
}
.w-px-585 {
  width: 585px;
}
.w-px-586 {
  width: 586px;
}
.w-px-587 {
  width: 587px;
}
.w-px-588 {
  width: 588px;
}
.w-px-589 {
  width: 589px;
}
.w-px-590 {
  width: 590px;
}
.w-px-591 {
  width: 591px;
}
.w-px-592 {
  width: 592px;
}
.w-px-593 {
  width: 593px;
}
.w-px-594 {
  width: 594px;
}
.w-px-595 {
  width: 595px;
}
.w-px-596 {
  width: 596px;
}
.w-px-597 {
  width: 597px;
}
.w-px-598 {
  width: 598px;
}
.w-px-599 {
  width: 599px;
}
.w-px-600 {
  width: 600px;
}
.w-px-601 {
  width: 601px;
}
.w-px-602 {
  width: 602px;
}
.w-px-603 {
  width: 603px;
}
.w-px-604 {
  width: 604px;
}
.w-px-605 {
  width: 605px;
}
.w-px-606 {
  width: 606px;
}
.w-px-607 {
  width: 607px;
}
.w-px-608 {
  width: 608px;
}
.w-px-609 {
  width: 609px;
}
.w-px-610 {
  width: 610px;
}
.w-px-611 {
  width: 611px;
}
.w-px-612 {
  width: 612px;
}
.w-px-613 {
  width: 613px;
}
.w-px-614 {
  width: 614px;
}
.w-px-615 {
  width: 615px;
}
.w-px-616 {
  width: 616px;
}
.w-px-617 {
  width: 617px;
}
.w-px-618 {
  width: 618px;
}
.w-px-619 {
  width: 619px;
}
.w-px-620 {
  width: 620px;
}
.w-px-621 {
  width: 621px;
}
.w-px-622 {
  width: 622px;
}
.w-px-623 {
  width: 623px;
}
.w-px-624 {
  width: 624px;
}
.w-px-625 {
  width: 625px;
}
.w-px-626 {
  width: 626px;
}
.w-px-627 {
  width: 627px;
}
.w-px-628 {
  width: 628px;
}
.w-px-629 {
  width: 629px;
}
.w-px-630 {
  width: 630px;
}
.w-px-631 {
  width: 631px;
}
.w-px-632 {
  width: 632px;
}
.w-px-633 {
  width: 633px;
}
.w-px-634 {
  width: 634px;
}
.w-px-635 {
  width: 635px;
}
.w-px-636 {
  width: 636px;
}
.w-px-637 {
  width: 637px;
}
.w-px-638 {
  width: 638px;
}
.w-px-639 {
  width: 639px;
}
.w-px-640 {
  width: 640px;
}
.w-px-641 {
  width: 641px;
}
.w-px-642 {
  width: 642px;
}
.w-px-643 {
  width: 643px;
}
.w-px-644 {
  width: 644px;
}
.w-px-645 {
  width: 645px;
}
.w-px-646 {
  width: 646px;
}
.w-px-647 {
  width: 647px;
}
.w-px-648 {
  width: 648px;
}
.w-px-649 {
  width: 649px;
}
.w-px-650 {
  width: 650px;
}
.w-px-651 {
  width: 651px;
}
.w-px-652 {
  width: 652px;
}
.w-px-653 {
  width: 653px;
}
.w-px-654 {
  width: 654px;
}
.w-px-655 {
  width: 655px;
}
.w-px-656 {
  width: 656px;
}
.w-px-657 {
  width: 657px;
}
.w-px-658 {
  width: 658px;
}
.w-px-659 {
  width: 659px;
}
.w-px-660 {
  width: 660px;
}
.w-px-661 {
  width: 661px;
}
.w-px-662 {
  width: 662px;
}
.w-px-663 {
  width: 663px;
}
.w-px-664 {
  width: 664px;
}
.w-px-665 {
  width: 665px;
}
.w-px-666 {
  width: 666px;
}
.w-px-667 {
  width: 667px;
}
.w-px-668 {
  width: 668px;
}
.w-px-669 {
  width: 669px;
}
.w-px-670 {
  width: 670px;
}
.w-px-671 {
  width: 671px;
}
.w-px-672 {
  width: 672px;
}
.w-px-673 {
  width: 673px;
}
.w-px-674 {
  width: 674px;
}
.w-px-675 {
  width: 675px;
}
.w-px-676 {
  width: 676px;
}
.w-px-677 {
  width: 677px;
}
.w-px-678 {
  width: 678px;
}
.w-px-679 {
  width: 679px;
}
.w-px-680 {
  width: 680px;
}
.w-px-681 {
  width: 681px;
}
.w-px-682 {
  width: 682px;
}
.w-px-683 {
  width: 683px;
}
.w-px-684 {
  width: 684px;
}
.w-px-685 {
  width: 685px;
}
.w-px-686 {
  width: 686px;
}
.w-px-687 {
  width: 687px;
}
.w-px-688 {
  width: 688px;
}
.w-px-689 {
  width: 689px;
}
.w-px-690 {
  width: 690px;
}
.w-px-691 {
  width: 691px;
}
.w-px-692 {
  width: 692px;
}
.w-px-693 {
  width: 693px;
}
.w-px-694 {
  width: 694px;
}
.w-px-695 {
  width: 695px;
}
.w-px-696 {
  width: 696px;
}
.w-px-697 {
  width: 697px;
}
.w-px-698 {
  width: 698px;
}
.w-px-699 {
  width: 699px;
}
.w-px-700 {
  width: 700px;
}
.w-px-701 {
  width: 701px;
}
.w-px-702 {
  width: 702px;
}
.w-px-703 {
  width: 703px;
}
.w-px-704 {
  width: 704px;
}
.w-px-705 {
  width: 705px;
}
.w-px-706 {
  width: 706px;
}
.w-px-707 {
  width: 707px;
}
.w-px-708 {
  width: 708px;
}
.w-px-709 {
  width: 709px;
}
.w-px-710 {
  width: 710px;
}
.w-px-711 {
  width: 711px;
}
.w-px-712 {
  width: 712px;
}
.w-px-713 {
  width: 713px;
}
.w-px-714 {
  width: 714px;
}
.w-px-715 {
  width: 715px;
}
.w-px-716 {
  width: 716px;
}
.w-px-717 {
  width: 717px;
}
.w-px-718 {
  width: 718px;
}
.w-px-719 {
  width: 719px;
}
.w-px-720 {
  width: 720px;
}
.w-px-721 {
  width: 721px;
}
.w-px-722 {
  width: 722px;
}
.w-px-723 {
  width: 723px;
}
.w-px-724 {
  width: 724px;
}
.w-px-725 {
  width: 725px;
}
.w-px-726 {
  width: 726px;
}
.w-px-727 {
  width: 727px;
}
.w-px-728 {
  width: 728px;
}
.w-px-729 {
  width: 729px;
}
.w-px-730 {
  width: 730px;
}
.w-px-731 {
  width: 731px;
}
.w-px-732 {
  width: 732px;
}
.w-px-733 {
  width: 733px;
}
.w-px-734 {
  width: 734px;
}
.w-px-735 {
  width: 735px;
}
.w-px-736 {
  width: 736px;
}
.w-px-737 {
  width: 737px;
}
.w-px-738 {
  width: 738px;
}
.w-px-739 {
  width: 739px;
}
.w-px-740 {
  width: 740px;
}
.w-px-741 {
  width: 741px;
}
.w-px-742 {
  width: 742px;
}
.w-px-743 {
  width: 743px;
}
.w-px-744 {
  width: 744px;
}
.w-px-745 {
  width: 745px;
}
.w-px-746 {
  width: 746px;
}
.w-px-747 {
  width: 747px;
}
.w-px-748 {
  width: 748px;
}
.w-px-749 {
  width: 749px;
}
.w-px-750 {
  width: 750px;
}
.w-px-751 {
  width: 751px;
}
.w-px-752 {
  width: 752px;
}
.w-px-753 {
  width: 753px;
}
.w-px-754 {
  width: 754px;
}
.w-px-755 {
  width: 755px;
}
.w-px-756 {
  width: 756px;
}
.w-px-757 {
  width: 757px;
}
.w-px-758 {
  width: 758px;
}
.w-px-759 {
  width: 759px;
}
.w-px-760 {
  width: 760px;
}
.w-px-761 {
  width: 761px;
}
.w-px-762 {
  width: 762px;
}
.w-px-763 {
  width: 763px;
}
.w-px-764 {
  width: 764px;
}
.w-px-765 {
  width: 765px;
}
.w-px-766 {
  width: 766px;
}
.w-px-767 {
  width: 767px;
}
.w-px-768 {
  width: 768px;
}
.w-px-769 {
  width: 769px;
}
.w-px-770 {
  width: 770px;
}
.w-px-771 {
  width: 771px;
}
.w-px-772 {
  width: 772px;
}
.w-px-773 {
  width: 773px;
}
.w-px-774 {
  width: 774px;
}
.w-px-775 {
  width: 775px;
}
.w-px-776 {
  width: 776px;
}
.w-px-777 {
  width: 777px;
}
.w-px-778 {
  width: 778px;
}
.w-px-779 {
  width: 779px;
}
.w-px-780 {
  width: 780px;
}
.w-px-781 {
  width: 781px;
}
.w-px-782 {
  width: 782px;
}
.w-px-783 {
  width: 783px;
}
.w-px-784 {
  width: 784px;
}
.w-px-785 {
  width: 785px;
}
.w-px-786 {
  width: 786px;
}
.w-px-787 {
  width: 787px;
}
.w-px-788 {
  width: 788px;
}
.w-px-789 {
  width: 789px;
}
.w-px-790 {
  width: 790px;
}
.w-px-791 {
  width: 791px;
}
.w-px-792 {
  width: 792px;
}
.w-px-793 {
  width: 793px;
}
.w-px-794 {
  width: 794px;
}
.w-px-795 {
  width: 795px;
}
.w-px-796 {
  width: 796px;
}
.w-px-797 {
  width: 797px;
}
.w-px-798 {
  width: 798px;
}
.w-px-799 {
  width: 799px;
}
.w-px-800 {
  width: 800px;
}
.w-px-801 {
  width: 801px;
}
.w-px-802 {
  width: 802px;
}
.w-px-803 {
  width: 803px;
}
.w-px-804 {
  width: 804px;
}
.w-px-805 {
  width: 805px;
}
.w-px-806 {
  width: 806px;
}
.w-px-807 {
  width: 807px;
}
.w-px-808 {
  width: 808px;
}
.w-px-809 {
  width: 809px;
}
.w-px-810 {
  width: 810px;
}
.w-px-811 {
  width: 811px;
}
.w-px-812 {
  width: 812px;
}
.w-px-813 {
  width: 813px;
}
.w-px-814 {
  width: 814px;
}
.w-px-815 {
  width: 815px;
}
.w-px-816 {
  width: 816px;
}
.w-px-817 {
  width: 817px;
}
.w-px-818 {
  width: 818px;
}
.w-px-819 {
  width: 819px;
}
.w-px-820 {
  width: 820px;
}
.w-px-821 {
  width: 821px;
}
.w-px-822 {
  width: 822px;
}
.w-px-823 {
  width: 823px;
}
.w-px-824 {
  width: 824px;
}
.w-px-825 {
  width: 825px;
}
.w-px-826 {
  width: 826px;
}
.w-px-827 {
  width: 827px;
}
.w-px-828 {
  width: 828px;
}
.w-px-829 {
  width: 829px;
}
.w-px-830 {
  width: 830px;
}
.w-px-831 {
  width: 831px;
}
.w-px-832 {
  width: 832px;
}
.w-px-833 {
  width: 833px;
}
.w-px-834 {
  width: 834px;
}
.w-px-835 {
  width: 835px;
}
.w-px-836 {
  width: 836px;
}
.w-px-837 {
  width: 837px;
}
.w-px-838 {
  width: 838px;
}
.w-px-839 {
  width: 839px;
}
.w-px-840 {
  width: 840px;
}
.w-px-841 {
  width: 841px;
}
.w-px-842 {
  width: 842px;
}
.w-px-843 {
  width: 843px;
}
.w-px-844 {
  width: 844px;
}
.w-px-845 {
  width: 845px;
}
.w-px-846 {
  width: 846px;
}
.w-px-847 {
  width: 847px;
}
.w-px-848 {
  width: 848px;
}
.w-px-849 {
  width: 849px;
}
.w-px-850 {
  width: 850px;
}
.w-px-851 {
  width: 851px;
}
.w-px-852 {
  width: 852px;
}
.w-px-853 {
  width: 853px;
}
.w-px-854 {
  width: 854px;
}
.w-px-855 {
  width: 855px;
}
.w-px-856 {
  width: 856px;
}
.w-px-857 {
  width: 857px;
}
.w-px-858 {
  width: 858px;
}
.w-px-859 {
  width: 859px;
}
.w-px-860 {
  width: 860px;
}
.w-px-861 {
  width: 861px;
}
.w-px-862 {
  width: 862px;
}
.w-px-863 {
  width: 863px;
}
.w-px-864 {
  width: 864px;
}
.w-px-865 {
  width: 865px;
}
.w-px-866 {
  width: 866px;
}
.w-px-867 {
  width: 867px;
}
.w-px-868 {
  width: 868px;
}
.w-px-869 {
  width: 869px;
}
.w-px-870 {
  width: 870px;
}
.w-px-871 {
  width: 871px;
}
.w-px-872 {
  width: 872px;
}
.w-px-873 {
  width: 873px;
}
.w-px-874 {
  width: 874px;
}
.w-px-875 {
  width: 875px;
}
.w-px-876 {
  width: 876px;
}
.w-px-877 {
  width: 877px;
}
.w-px-878 {
  width: 878px;
}
.w-px-879 {
  width: 879px;
}
.w-px-880 {
  width: 880px;
}
.w-px-881 {
  width: 881px;
}
.w-px-882 {
  width: 882px;
}
.w-px-883 {
  width: 883px;
}
.w-px-884 {
  width: 884px;
}
.w-px-885 {
  width: 885px;
}
.w-px-886 {
  width: 886px;
}
.w-px-887 {
  width: 887px;
}
.w-px-888 {
  width: 888px;
}
.w-px-889 {
  width: 889px;
}
.w-px-890 {
  width: 890px;
}
.w-px-891 {
  width: 891px;
}
.w-px-892 {
  width: 892px;
}
.w-px-893 {
  width: 893px;
}
.w-px-894 {
  width: 894px;
}
.w-px-895 {
  width: 895px;
}
.w-px-896 {
  width: 896px;
}
.w-px-897 {
  width: 897px;
}
.w-px-898 {
  width: 898px;
}
.w-px-899 {
  width: 899px;
}
.w-px-900 {
  width: 900px;
}
.w-px-901 {
  width: 901px;
}
.w-px-902 {
  width: 902px;
}
.w-px-903 {
  width: 903px;
}
.w-px-904 {
  width: 904px;
}
.w-px-905 {
  width: 905px;
}
.w-px-906 {
  width: 906px;
}
.w-px-907 {
  width: 907px;
}
.w-px-908 {
  width: 908px;
}
.w-px-909 {
  width: 909px;
}
.w-px-910 {
  width: 910px;
}
.w-px-911 {
  width: 911px;
}
.w-px-912 {
  width: 912px;
}
.w-px-913 {
  width: 913px;
}
.w-px-914 {
  width: 914px;
}
.w-px-915 {
  width: 915px;
}
.w-px-916 {
  width: 916px;
}
.w-px-917 {
  width: 917px;
}
.w-px-918 {
  width: 918px;
}
.w-px-919 {
  width: 919px;
}
.w-px-920 {
  width: 920px;
}
.w-px-921 {
  width: 921px;
}
.w-px-922 {
  width: 922px;
}
.w-px-923 {
  width: 923px;
}
.w-px-924 {
  width: 924px;
}
.w-px-925 {
  width: 925px;
}
.w-px-926 {
  width: 926px;
}
.w-px-927 {
  width: 927px;
}
.w-px-928 {
  width: 928px;
}
.w-px-929 {
  width: 929px;
}
.w-px-930 {
  width: 930px;
}
.w-px-931 {
  width: 931px;
}
.w-px-932 {
  width: 932px;
}
.w-px-933 {
  width: 933px;
}
.w-px-934 {
  width: 934px;
}
.w-px-935 {
  width: 935px;
}
.w-px-936 {
  width: 936px;
}
.w-px-937 {
  width: 937px;
}
.w-px-938 {
  width: 938px;
}
.w-px-939 {
  width: 939px;
}
.w-px-940 {
  width: 940px;
}
.w-px-941 {
  width: 941px;
}
.w-px-942 {
  width: 942px;
}
.w-px-943 {
  width: 943px;
}
.w-px-944 {
  width: 944px;
}
.w-px-945 {
  width: 945px;
}
.w-px-946 {
  width: 946px;
}
.w-px-947 {
  width: 947px;
}
.w-px-948 {
  width: 948px;
}
.w-px-949 {
  width: 949px;
}
.w-px-950 {
  width: 950px;
}
.w-px-951 {
  width: 951px;
}
.w-px-952 {
  width: 952px;
}
.w-px-953 {
  width: 953px;
}
.w-px-954 {
  width: 954px;
}
.w-px-955 {
  width: 955px;
}
.w-px-956 {
  width: 956px;
}
.w-px-957 {
  width: 957px;
}
.w-px-958 {
  width: 958px;
}
.w-px-959 {
  width: 959px;
}
.w-px-960 {
  width: 960px;
}
.w-px-961 {
  width: 961px;
}
.w-px-962 {
  width: 962px;
}
.w-px-963 {
  width: 963px;
}
.w-px-964 {
  width: 964px;
}
.w-px-965 {
  width: 965px;
}
.w-px-966 {
  width: 966px;
}
.w-px-967 {
  width: 967px;
}
.w-px-968 {
  width: 968px;
}
.w-px-969 {
  width: 969px;
}
.w-px-970 {
  width: 970px;
}
.w-px-971 {
  width: 971px;
}
.w-px-972 {
  width: 972px;
}
.w-px-973 {
  width: 973px;
}
.w-px-974 {
  width: 974px;
}
.w-px-975 {
  width: 975px;
}
.w-px-976 {
  width: 976px;
}
.w-px-977 {
  width: 977px;
}
.w-px-978 {
  width: 978px;
}
.w-px-979 {
  width: 979px;
}
.w-px-980 {
  width: 980px;
}
.w-px-981 {
  width: 981px;
}
.w-px-982 {
  width: 982px;
}
.w-px-983 {
  width: 983px;
}
.w-px-984 {
  width: 984px;
}
.w-px-985 {
  width: 985px;
}
.w-px-986 {
  width: 986px;
}
.w-px-987 {
  width: 987px;
}
.w-px-988 {
  width: 988px;
}
.w-px-989 {
  width: 989px;
}
.w-px-990 {
  width: 990px;
}
.w-px-991 {
  width: 991px;
}
.w-px-992 {
  width: 992px;
}
.w-px-993 {
  width: 993px;
}
.w-px-994 {
  width: 994px;
}
.w-px-995 {
  width: 995px;
}
.w-px-996 {
  width: 996px;
}
.w-px-997 {
  width: 997px;
}
.w-px-998 {
  width: 998px;
}
.w-px-999 {
  width: 999px;
}
.w-px-1000 {
  width: 1000px;
}
.p-t-px-0 {
  padding-top: 0px;
}
.p-t-px-1 {
  padding-top: 1px;
}
.p-t-px-2 {
  padding-top: 2px;
}
.p-t-px-3 {
  padding-top: 3px;
}
.p-t-px-4 {
  padding-top: 4px;
}
.p-t-px-5 {
  padding-top: 5px;
}
.p-t-px-6 {
  padding-top: 6px;
}
.p-t-px-7 {
  padding-top: 7px;
}
.p-t-px-8 {
  padding-top: 8px;
}
.p-t-px-9 {
  padding-top: 9px;
}
.p-t-px-10 {
  padding-top: 10px;
}
.p-t-px-11 {
  padding-top: 11px;
}
.p-t-px-12 {
  padding-top: 12px;
}
.p-t-px-13 {
  padding-top: 13px;
}
.p-t-px-14 {
  padding-top: 14px;
}
.p-t-px-15 {
  padding-top: 15px;
}
.p-t-px-16 {
  padding-top: 16px;
}
.p-t-px-17 {
  padding-top: 17px;
}
.p-t-px-18 {
  padding-top: 18px;
}
.p-t-px-19 {
  padding-top: 19px;
}
.p-t-px-20 {
  padding-top: 20px;
}
.p-t-px-21 {
  padding-top: 21px;
}
.p-t-px-22 {
  padding-top: 22px;
}
.p-t-px-23 {
  padding-top: 23px;
}
.p-t-px-24 {
  padding-top: 24px;
}
.p-t-px-25 {
  padding-top: 25px;
}
.p-t-px-26 {
  padding-top: 26px;
}
.p-t-px-27 {
  padding-top: 27px;
}
.p-t-px-28 {
  padding-top: 28px;
}
.p-t-px-29 {
  padding-top: 29px;
}
.p-t-px-30 {
  padding-top: 30px;
}
.p-t-px-31 {
  padding-top: 31px;
}
.p-t-px-32 {
  padding-top: 32px;
}
.p-t-px-33 {
  padding-top: 33px;
}
.p-t-px-34 {
  padding-top: 34px;
}
.p-t-px-35 {
  padding-top: 35px;
}
.p-t-px-36 {
  padding-top: 36px;
}
.p-t-px-37 {
  padding-top: 37px;
}
.p-t-px-38 {
  padding-top: 38px;
}
.p-t-px-39 {
  padding-top: 39px;
}
.p-t-px-40 {
  padding-top: 40px;
}
.p-r-px-0 {
  padding-right: 0px;
}
.p-r-px-1 {
  padding-right: 1px;
}
.p-r-px-2 {
  padding-right: 2px;
}
.p-r-px-3 {
  padding-right: 3px;
}
.p-r-px-4 {
  padding-right: 4px;
}
.p-r-px-5 {
  padding-right: 5px;
}
.p-r-px-6 {
  padding-right: 6px;
}
.p-r-px-7 {
  padding-right: 7px;
}
.p-r-px-8 {
  padding-right: 8px;
}
.p-r-px-9 {
  padding-right: 9px;
}
.p-r-px-10 {
  padding-right: 10px;
}
.p-r-px-11 {
  padding-right: 11px;
}
.p-r-px-12 {
  padding-right: 12px;
}
.p-r-px-13 {
  padding-right: 13px;
}
.p-r-px-14 {
  padding-right: 14px;
}
.p-r-px-15 {
  padding-right: 15px;
}
.p-r-px-16 {
  padding-right: 16px;
}
.p-r-px-17 {
  padding-right: 17px;
}
.p-r-px-18 {
  padding-right: 18px;
}
.p-r-px-19 {
  padding-right: 19px;
}
.p-r-px-20 {
  padding-right: 20px;
}
.p-r-px-21 {
  padding-right: 21px;
}
.p-r-px-22 {
  padding-right: 22px;
}
.p-r-px-23 {
  padding-right: 23px;
}
.p-r-px-24 {
  padding-right: 24px;
}
.p-r-px-25 {
  padding-right: 25px;
}
.p-r-px-26 {
  padding-right: 26px;
}
.p-r-px-27 {
  padding-right: 27px;
}
.p-r-px-28 {
  padding-right: 28px;
}
.p-r-px-29 {
  padding-right: 29px;
}
.p-r-px-30 {
  padding-right: 30px;
}
.p-r-px-31 {
  padding-right: 31px;
}
.p-r-px-32 {
  padding-right: 32px;
}
.p-r-px-33 {
  padding-right: 33px;
}
.p-r-px-34 {
  padding-right: 34px;
}
.p-r-px-35 {
  padding-right: 35px;
}
.p-r-px-36 {
  padding-right: 36px;
}
.p-r-px-37 {
  padding-right: 37px;
}
.p-r-px-38 {
  padding-right: 38px;
}
.p-r-px-39 {
  padding-right: 39px;
}
.p-r-px-40 {
  padding-right: 40px;
}
.p-b-px-0 {
  padding-bottom: 0px;
}
.p-b-px-1 {
  padding-bottom: 1px;
}
.p-b-px-2 {
  padding-bottom: 2px;
}
.p-b-px-3 {
  padding-bottom: 3px;
}
.p-b-px-4 {
  padding-bottom: 4px;
}
.p-b-px-5 {
  padding-bottom: 5px;
}
.p-b-px-6 {
  padding-bottom: 6px;
}
.p-b-px-7 {
  padding-bottom: 7px;
}
.p-b-px-8 {
  padding-bottom: 8px;
}
.p-b-px-9 {
  padding-bottom: 9px;
}
.p-b-px-10 {
  padding-bottom: 10px;
}
.p-b-px-11 {
  padding-bottom: 11px;
}
.p-b-px-12 {
  padding-bottom: 12px;
}
.p-b-px-13 {
  padding-bottom: 13px;
}
.p-b-px-14 {
  padding-bottom: 14px;
}
.p-b-px-15 {
  padding-bottom: 15px;
}
.p-b-px-16 {
  padding-bottom: 16px;
}
.p-b-px-17 {
  padding-bottom: 17px;
}
.p-b-px-18 {
  padding-bottom: 18px;
}
.p-b-px-19 {
  padding-bottom: 19px;
}
.p-b-px-20 {
  padding-bottom: 20px;
}
.p-b-px-21 {
  padding-bottom: 21px;
}
.p-b-px-22 {
  padding-bottom: 22px;
}
.p-b-px-23 {
  padding-bottom: 23px;
}
.p-b-px-24 {
  padding-bottom: 24px;
}
.p-b-px-25 {
  padding-bottom: 25px;
}
.p-b-px-26 {
  padding-bottom: 26px;
}
.p-b-px-27 {
  padding-bottom: 27px;
}
.p-b-px-28 {
  padding-bottom: 28px;
}
.p-b-px-29 {
  padding-bottom: 29px;
}
.p-b-px-30 {
  padding-bottom: 30px;
}
.p-b-px-31 {
  padding-bottom: 31px;
}
.p-b-px-32 {
  padding-bottom: 32px;
}
.p-b-px-33 {
  padding-bottom: 33px;
}
.p-b-px-34 {
  padding-bottom: 34px;
}
.p-b-px-35 {
  padding-bottom: 35px;
}
.p-b-px-36 {
  padding-bottom: 36px;
}
.p-b-px-37 {
  padding-bottom: 37px;
}
.p-b-px-38 {
  padding-bottom: 38px;
}
.p-b-px-39 {
  padding-bottom: 39px;
}
.p-b-px-40 {
  padding-bottom: 40px;
}
.p-l-px-0 {
  padding-left: 0px;
}
.p-l-px-1 {
  padding-left: 1px;
}
.p-l-px-2 {
  padding-left: 2px;
}
.p-l-px-3 {
  padding-left: 3px;
}
.p-l-px-4 {
  padding-left: 4px;
}
.p-l-px-5 {
  padding-left: 5px;
}
.p-l-px-6 {
  padding-left: 6px;
}
.p-l-px-7 {
  padding-left: 7px;
}
.p-l-px-8 {
  padding-left: 8px;
}
.p-l-px-9 {
  padding-left: 9px;
}
.p-l-px-10 {
  padding-left: 10px;
}
.p-l-px-11 {
  padding-left: 11px;
}
.p-l-px-12 {
  padding-left: 12px;
}
.p-l-px-13 {
  padding-left: 13px;
}
.p-l-px-14 {
  padding-left: 14px;
}
.p-l-px-15 {
  padding-left: 15px;
}
.p-l-px-16 {
  padding-left: 16px;
}
.p-l-px-17 {
  padding-left: 17px;
}
.p-l-px-18 {
  padding-left: 18px;
}
.p-l-px-19 {
  padding-left: 19px;
}
.p-l-px-20 {
  padding-left: 20px;
}
.p-l-px-21 {
  padding-left: 21px;
}
.p-l-px-22 {
  padding-left: 22px;
}
.p-l-px-23 {
  padding-left: 23px;
}
.p-l-px-24 {
  padding-left: 24px;
}
.p-l-px-25 {
  padding-left: 25px;
}
.p-l-px-26 {
  padding-left: 26px;
}
.p-l-px-27 {
  padding-left: 27px;
}
.p-l-px-28 {
  padding-left: 28px;
}
.p-l-px-29 {
  padding-left: 29px;
}
.p-l-px-30 {
  padding-left: 30px;
}
.p-l-px-31 {
  padding-left: 31px;
}
.p-l-px-32 {
  padding-left: 32px;
}
.p-l-px-33 {
  padding-left: 33px;
}
.p-l-px-34 {
  padding-left: 34px;
}
.p-l-px-35 {
  padding-left: 35px;
}
.p-l-px-36 {
  padding-left: 36px;
}
.p-l-px-37 {
  padding-left: 37px;
}
.p-l-px-38 {
  padding-left: 38px;
}
.p-l-px-39 {
  padding-left: 39px;
}
.p-l-px-40 {
  padding-left: 40px;
}
.m-t-px-0 {
  margin-top: 0px;
}
.m-t-px-1 {
  margin-top: 1px;
}
.m-t-px-2 {
  margin-top: 2px;
}
.m-t-px-3 {
  margin-top: 3px;
}
.m-t-px-4 {
  margin-top: 4px;
}
.m-t-px-5 {
  margin-top: 5px;
}
.m-t-px-6 {
  margin-top: 6px;
}
.m-t-px-7 {
  margin-top: 7px;
}
.m-t-px-8 {
  margin-top: 8px;
}
.m-t-px-9 {
  margin-top: 9px;
}
.m-t-px-10 {
  margin-top: 10px;
}
.m-t-px-11 {
  margin-top: 11px;
}
.m-t-px-12 {
  margin-top: 12px;
}
.m-t-px-13 {
  margin-top: 13px;
}
.m-t-px-14 {
  margin-top: 14px;
}
.m-t-px-15 {
  margin-top: 15px;
}
.m-t-px-16 {
  margin-top: 16px;
}
.m-t-px-17 {
  margin-top: 17px;
}
.m-t-px-18 {
  margin-top: 18px;
}
.m-t-px-19 {
  margin-top: 19px;
}
.m-t-px-20 {
  margin-top: 20px;
}
.m-t-px-21 {
  margin-top: 21px;
}
.m-t-px-22 {
  margin-top: 22px;
}
.m-t-px-23 {
  margin-top: 23px;
}
.m-t-px-24 {
  margin-top: 24px;
}
.m-t-px-25 {
  margin-top: 25px;
}
.m-t-px-26 {
  margin-top: 26px;
}
.m-t-px-27 {
  margin-top: 27px;
}
.m-t-px-28 {
  margin-top: 28px;
}
.m-t-px-29 {
  margin-top: 29px;
}
.m-t-px-30 {
  margin-top: 30px;
}
.m-t-px-31 {
  margin-top: 31px;
}
.m-t-px-32 {
  margin-top: 32px;
}
.m-t-px-33 {
  margin-top: 33px;
}
.m-t-px-34 {
  margin-top: 34px;
}
.m-t-px-35 {
  margin-top: 35px;
}
.m-t-px-36 {
  margin-top: 36px;
}
.m-t-px-37 {
  margin-top: 37px;
}
.m-t-px-38 {
  margin-top: 38px;
}
.m-t-px-39 {
  margin-top: 39px;
}
.m-t-px-40 {
  margin-top: 40px;
}
.m-r-px-0 {
  margin-right: 0px;
}
.m-r-px-1 {
  margin-right: 1px;
}
.m-r-px-2 {
  margin-right: 2px;
}
.m-r-px-3 {
  margin-right: 3px;
}
.m-r-px-4 {
  margin-right: 4px;
}
.m-r-px-5 {
  margin-right: 5px;
}
.m-r-px-6 {
  margin-right: 6px;
}
.m-r-px-7 {
  margin-right: 7px;
}
.m-r-px-8 {
  margin-right: 8px;
}
.m-r-px-9 {
  margin-right: 9px;
}
.m-r-px-10 {
  margin-right: 10px;
}
.m-r-px-11 {
  margin-right: 11px;
}
.m-r-px-12 {
  margin-right: 12px;
}
.m-r-px-13 {
  margin-right: 13px;
}
.m-r-px-14 {
  margin-right: 14px;
}
.m-r-px-15 {
  margin-right: 15px;
}
.m-r-px-16 {
  margin-right: 16px;
}
.m-r-px-17 {
  margin-right: 17px;
}
.m-r-px-18 {
  margin-right: 18px;
}
.m-r-px-19 {
  margin-right: 19px;
}
.m-r-px-20 {
  margin-right: 20px;
}
.m-r-px-21 {
  margin-right: 21px;
}
.m-r-px-22 {
  margin-right: 22px;
}
.m-r-px-23 {
  margin-right: 23px;
}
.m-r-px-24 {
  margin-right: 24px;
}
.m-r-px-25 {
  margin-right: 25px;
}
.m-r-px-26 {
  margin-right: 26px;
}
.m-r-px-27 {
  margin-right: 27px;
}
.m-r-px-28 {
  margin-right: 28px;
}
.m-r-px-29 {
  margin-right: 29px;
}
.m-r-px-30 {
  margin-right: 30px;
}
.m-r-px-31 {
  margin-right: 31px;
}
.m-r-px-32 {
  margin-right: 32px;
}
.m-r-px-33 {
  margin-right: 33px;
}
.m-r-px-34 {
  margin-right: 34px;
}
.m-r-px-35 {
  margin-right: 35px;
}
.m-r-px-36 {
  margin-right: 36px;
}
.m-r-px-37 {
  margin-right: 37px;
}
.m-r-px-38 {
  margin-right: 38px;
}
.m-r-px-39 {
  margin-right: 39px;
}
.m-r-px-40 {
  margin-right: 40px;
}
.m-b-px-0 {
  margin-bottom: 0px;
}
.m-b-px-1 {
  margin-bottom: 1px;
}
.m-b-px-2 {
  margin-bottom: 2px;
}
.m-b-px-3 {
  margin-bottom: 3px;
}
.m-b-px-4 {
  margin-bottom: 4px;
}
.m-b-px-5 {
  margin-bottom: 5px;
}
.m-b-px-6 {
  margin-bottom: 6px;
}
.m-b-px-7 {
  margin-bottom: 7px;
}
.m-b-px-8 {
  margin-bottom: 8px;
}
.m-b-px-9 {
  margin-bottom: 9px;
}
.m-b-px-10 {
  margin-bottom: 10px;
}
.m-b-px-11 {
  margin-bottom: 11px;
}
.m-b-px-12 {
  margin-bottom: 12px;
}
.m-b-px-13 {
  margin-bottom: 13px;
}
.m-b-px-14 {
  margin-bottom: 14px;
}
.m-b-px-15 {
  margin-bottom: 15px;
}
.m-b-px-16 {
  margin-bottom: 16px;
}
.m-b-px-17 {
  margin-bottom: 17px;
}
.m-b-px-18 {
  margin-bottom: 18px;
}
.m-b-px-19 {
  margin-bottom: 19px;
}
.m-b-px-20 {
  margin-bottom: 20px;
}
.m-b-px-21 {
  margin-bottom: 21px;
}
.m-b-px-22 {
  margin-bottom: 22px;
}
.m-b-px-23 {
  margin-bottom: 23px;
}
.m-b-px-24 {
  margin-bottom: 24px;
}
.m-b-px-25 {
  margin-bottom: 25px;
}
.m-b-px-26 {
  margin-bottom: 26px;
}
.m-b-px-27 {
  margin-bottom: 27px;
}
.m-b-px-28 {
  margin-bottom: 28px;
}
.m-b-px-29 {
  margin-bottom: 29px;
}
.m-b-px-30 {
  margin-bottom: 30px;
}
.m-b-px-31 {
  margin-bottom: 31px;
}
.m-b-px-32 {
  margin-bottom: 32px;
}
.m-b-px-33 {
  margin-bottom: 33px;
}
.m-b-px-34 {
  margin-bottom: 34px;
}
.m-b-px-35 {
  margin-bottom: 35px;
}
.m-b-px-36 {
  margin-bottom: 36px;
}
.m-b-px-37 {
  margin-bottom: 37px;
}
.m-b-px-38 {
  margin-bottom: 38px;
}
.m-b-px-39 {
  margin-bottom: 39px;
}
.m-b-px-40 {
  margin-bottom: 40px;
}
.m-l-px-0 {
  margin-left: 0px;
}
.m-l-px-1 {
  margin-left: 1px;
}
.m-l-px-2 {
  margin-left: 2px;
}
.m-l-px-3 {
  margin-left: 3px;
}
.m-l-px-4 {
  margin-left: 4px;
}
.m-l-px-5 {
  margin-left: 5px;
}
.m-l-px-6 {
  margin-left: 6px;
}
.m-l-px-7 {
  margin-left: 7px;
}
.m-l-px-8 {
  margin-left: 8px;
}
.m-l-px-9 {
  margin-left: 9px;
}
.m-l-px-10 {
  margin-left: 10px;
}
.m-l-px-11 {
  margin-left: 11px;
}
.m-l-px-12 {
  margin-left: 12px;
}
.m-l-px-13 {
  margin-left: 13px;
}
.m-l-px-14 {
  margin-left: 14px;
}
.m-l-px-15 {
  margin-left: 15px;
}
.m-l-px-16 {
  margin-left: 16px;
}
.m-l-px-17 {
  margin-left: 17px;
}
.m-l-px-18 {
  margin-left: 18px;
}
.m-l-px-19 {
  margin-left: 19px;
}
.m-l-px-20 {
  margin-left: 20px;
}
.m-l-px-21 {
  margin-left: 21px;
}
.m-l-px-22 {
  margin-left: 22px;
}
.m-l-px-23 {
  margin-left: 23px;
}
.m-l-px-24 {
  margin-left: 24px;
}
.m-l-px-25 {
  margin-left: 25px;
}
.m-l-px-26 {
  margin-left: 26px;
}
.m-l-px-27 {
  margin-left: 27px;
}
.m-l-px-28 {
  margin-left: 28px;
}
.m-l-px-29 {
  margin-left: 29px;
}
.m-l-px-30 {
  margin-left: 30px;
}
.m-l-px-31 {
  margin-left: 31px;
}
.m-l-px-32 {
  margin-left: 32px;
}
.m-l-px-33 {
  margin-left: 33px;
}
.m-l-px-34 {
  margin-left: 34px;
}
.m-l-px-35 {
  margin-left: 35px;
}
.m-l-px-36 {
  margin-left: 36px;
}
.m-l-px-37 {
  margin-left: 37px;
}
.m-l-px-38 {
  margin-left: 38px;
}
.m-l-px-39 {
  margin-left: 39px;
}
.m-l-px-40 {
  margin-left: 40px;
}
.d-block {
  display: block;
  box-sizing: border-box;
}
.d-flex {
  display: flex;
  box-sizing: border-box;
}
.d-flex-row {
  flex-direction: row;
}
.d-flex-column {
  flex-direction: column;
}
.d-flex-wrap {
  flex-wrap: wrap;
}
.d-flex-auto {
  flex: 1 0 auto;
}
.d-flex-center {
  align-content: center;
}
.d-flex-start {
  align-content: start;
}
.d-flex-end {
  align-content: end;
}
.justify-center {
  justify-content: center;
}
.justify-center-imp {
  justify-content: center !important;
}
.justify-normal {
  justify-content: normal;
}
.align-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.col-container,
.col-container-xxl,
.col-container-xl,
.col-container-lg,
.col-container-md,
.col-container-sm {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 4px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  flex: 1 0 auto;
}
@media (min-width: 576px) {
  .col-container .col-container-sm,
  .col-container .col-container,
  .col-container-xxl .col-container-sm,
  .col-container-xxl .col-container,
  .col-container-xl .col-container-sm,
  .col-container-xl .col-container,
  .col-container-lg .col-container-sm,
  .col-container-lg .col-container,
  .col-container-md .col-container-sm,
  .col-container-md .col-container,
  .col-container-sm .col-container-sm,
  .col-container-sm .col-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .col-container .col-container-sm,
  .col-container .col-container-md,
  .col-container .col-container,
  .col-container-xxl .col-container-sm,
  .col-container-xxl .col-container-md,
  .col-container-xxl .col-container,
  .col-container-xl .col-container-sm,
  .col-container-xl .col-container-md,
  .col-container-xl .col-container,
  .col-container-lg .col-container-sm,
  .col-container-lg .col-container-md,
  .col-container-lg .col-container,
  .col-container-md .col-container-sm,
  .col-container-md .col-container-md,
  .col-container-md .col-container,
  .col-container-sm .col-container-sm,
  .col-container-sm .col-container-md,
  .col-container-sm .col-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .col-container .col-container-sm,
  .col-container .col-container-md,
  .col-container .col-container-lg,
  .col-container .col-container,
  .col-container-xxl .col-container-sm,
  .col-container-xxl .col-container-md,
  .col-container-xxl .col-container-lg,
  .col-container-xxl .col-container,
  .col-container-xl .col-container-sm,
  .col-container-xl .col-container-md,
  .col-container-xl .col-container-lg,
  .col-container-xl .col-container,
  .col-container-lg .col-container-sm,
  .col-container-lg .col-container-md,
  .col-container-lg .col-container-lg,
  .col-container-lg .col-container,
  .col-container-md .col-container-sm,
  .col-container-md .col-container-md,
  .col-container-md .col-container-lg,
  .col-container-md .col-container,
  .col-container-sm .col-container-sm,
  .col-container-sm .col-container-md,
  .col-container-sm .col-container-lg,
  .col-container-sm .col-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .col-container .col-container-sm,
  .col-container .col-container-md,
  .col-container .col-container-lg,
  .col-container .col-container-xl,
  .col-container .col-container,
  .col-container-xxl .col-container-sm,
  .col-container-xxl .col-container-md,
  .col-container-xxl .col-container-lg,
  .col-container-xxl .col-container-xl,
  .col-container-xxl .col-container,
  .col-container-xl .col-container-sm,
  .col-container-xl .col-container-md,
  .col-container-xl .col-container-lg,
  .col-container-xl .col-container-xl,
  .col-container-xl .col-container,
  .col-container-lg .col-container-sm,
  .col-container-lg .col-container-md,
  .col-container-lg .col-container-lg,
  .col-container-lg .col-container-xl,
  .col-container-lg .col-container,
  .col-container-md .col-container-sm,
  .col-container-md .col-container-md,
  .col-container-md .col-container-lg,
  .col-container-md .col-container-xl,
  .col-container-md .col-container,
  .col-container-sm .col-container-sm,
  .col-container-sm .col-container-md,
  .col-container-sm .col-container-lg,
  .col-container-sm .col-container-xl,
  .col-container-sm .col-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .col-container .col-container-sm,
  .col-container .col-container-md,
  .col-container .col-container-lg,
  .col-container .col-container-xl,
  .col-container .col-container-xxl,
  .col-container .col-container,
  .col-container-xxl .col-container-sm,
  .col-container-xxl .col-container-md,
  .col-container-xxl .col-container-lg,
  .col-container-xxl .col-container-xl,
  .col-container-xxl .col-container-xxl,
  .col-container-xxl .col-container,
  .col-container-xl .col-container-sm,
  .col-container-xl .col-container-md,
  .col-container-xl .col-container-lg,
  .col-container-xl .col-container-xl,
  .col-container-xl .col-container-xxl,
  .col-container-xl .col-container,
  .col-container-lg .col-container-sm,
  .col-container-lg .col-container-md,
  .col-container-lg .col-container-lg,
  .col-container-lg .col-container-xl,
  .col-container-lg .col-container-xxl,
  .col-container-lg .col-container,
  .col-container-md .col-container-sm,
  .col-container-md .col-container-md,
  .col-container-md .col-container-lg,
  .col-container-md .col-container-xl,
  .col-container-md .col-container-xxl,
  .col-container-md .col-container,
  .col-container-sm .col-container-sm,
  .col-container-sm .col-container-md,
  .col-container-sm .col-container-lg,
  .col-container-sm .col-container-xl,
  .col-container-sm .col-container-xxl,
  .col-container-sm .col-container {
    max-width: 1320px;
  }
}
.col-container .row,
.col-container-xxl .row,
.col-container-xl .row,
.col-container-lg .row,
.col-container-md .row,
.col-container-sm .row {
  display: flex;
  flex-wrap: wrap;
  margin: 1px 1px 0 1px;
  width: 100%;
}
.col-container .col,
.col-container-xxl .col,
.col-container-xl .col,
.col-container-lg .col,
.col-container-md .col,
.col-container-sm .col {
  flex: 1 0 0;
}
.col-container .col-auto,
.col-container-xxl .col-auto,
.col-container-xl .col-auto,
.col-container-lg .col-auto,
.col-container-md .col-auto,
.col-container-sm .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-container .col-1,
.col-container-xxl .col-1,
.col-container-xl .col-1,
.col-container-lg .col-1,
.col-container-md .col-1,
.col-container-sm .col-1 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-container .col-2,
.col-container-xxl .col-2,
.col-container-xl .col-2,
.col-container-lg .col-2,
.col-container-md .col-2,
.col-container-sm .col-2 {
  flex: 0 0 auto;
  width: 25%;
}
.col-container .col-3,
.col-container-xxl .col-3,
.col-container-xl .col-3,
.col-container-lg .col-3,
.col-container-md .col-3,
.col-container-sm .col-3 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-container .col-4,
.col-container-xxl .col-4,
.col-container-xl .col-4,
.col-container-lg .col-4,
.col-container-md .col-4,
.col-container-sm .col-4 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-container .col-5,
.col-container-xxl .col-5,
.col-container-xl .col-5,
.col-container-lg .col-5,
.col-container-md .col-5,
.col-container-sm .col-5 {
  flex: 0 0 auto;
  width: 50%;
}
.col-container .col-6,
.col-container-xxl .col-6,
.col-container-xl .col-6,
.col-container-lg .col-6,
.col-container-md .col-6,
.col-container-sm .col-6 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-container .col-7,
.col-container-xxl .col-7,
.col-container-xl .col-7,
.col-container-lg .col-7,
.col-container-md .col-7,
.col-container-sm .col-7 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-container .col-8,
.col-container-xxl .col-8,
.col-container-xl .col-8,
.col-container-lg .col-8,
.col-container-md .col-8,
.col-container-sm .col-8 {
  flex: 0 0 auto;
  width: 75%;
}
.col-container .col-9,
.col-container-xxl .col-9,
.col-container-xl .col-9,
.col-container-lg .col-9,
.col-container-md .col-9,
.col-container-sm .col-9 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-container .col-10,
.col-container-xxl .col-10,
.col-container-xl .col-10,
.col-container-lg .col-10,
.col-container-md .col-10,
.col-container-sm .col-10 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-container .col-11,
.col-container-xxl .col-11,
.col-container-xl .col-11,
.col-container-lg .col-11,
.col-container-md .col-11,
.col-container-sm .col-11 {
  flex: 0 0 auto;
  width: 100%;
}
.col-container .col-12,
.col-container-xxl .col-12,
.col-container-xl .col-12,
.col-container-lg .col-12,
.col-container-md .col-12,
.col-container-sm .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .col-container .col-sm-1,
  .col-container-xxl .col-sm-1,
  .col-container-xl .col-sm-1,
  .col-container-lg .col-sm-1,
  .col-container-md .col-sm-1,
  .col-container-sm .col-sm-1 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-container .col-sm-2,
  .col-container-xxl .col-sm-2,
  .col-container-xl .col-sm-2,
  .col-container-lg .col-sm-2,
  .col-container-md .col-sm-2,
  .col-container-sm .col-sm-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-container .col-sm-3,
  .col-container-xxl .col-sm-3,
  .col-container-xl .col-sm-3,
  .col-container-lg .col-sm-3,
  .col-container-md .col-sm-3,
  .col-container-sm .col-sm-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-container .col-sm-4,
  .col-container-xxl .col-sm-4,
  .col-container-xl .col-sm-4,
  .col-container-lg .col-sm-4,
  .col-container-md .col-sm-4,
  .col-container-sm .col-sm-4 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-container .col-sm-5,
  .col-container-xxl .col-sm-5,
  .col-container-xl .col-sm-5,
  .col-container-lg .col-sm-5,
  .col-container-md .col-sm-5,
  .col-container-sm .col-sm-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-container .col-sm-6,
  .col-container-xxl .col-sm-6,
  .col-container-xl .col-sm-6,
  .col-container-lg .col-sm-6,
  .col-container-md .col-sm-6,
  .col-container-sm .col-sm-6 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-container .col-sm-7,
  .col-container-xxl .col-sm-7,
  .col-container-xl .col-sm-7,
  .col-container-lg .col-sm-7,
  .col-container-md .col-sm-7,
  .col-container-sm .col-sm-7 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-container .col-sm-8,
  .col-container-xxl .col-sm-8,
  .col-container-xl .col-sm-8,
  .col-container-lg .col-sm-8,
  .col-container-md .col-sm-8,
  .col-container-sm .col-sm-8 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-container .col-sm-9,
  .col-container-xxl .col-sm-9,
  .col-container-xl .col-sm-9,
  .col-container-lg .col-sm-9,
  .col-container-md .col-sm-9,
  .col-container-sm .col-sm-9 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-container .col-sm-10,
  .col-container-xxl .col-sm-10,
  .col-container-xl .col-sm-10,
  .col-container-lg .col-sm-10,
  .col-container-md .col-sm-10,
  .col-container-sm .col-sm-10 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-container .col-sm-11,
  .col-container-xxl .col-sm-11,
  .col-container-xl .col-sm-11,
  .col-container-lg .col-sm-11,
  .col-container-md .col-sm-11,
  .col-container-sm .col-sm-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-container .col-sm-12,
  .col-container-xxl .col-sm-12,
  .col-container-xl .col-sm-12,
  .col-container-lg .col-sm-12,
  .col-container-md .col-sm-12,
  .col-container-sm .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-container .col-md-1,
  .col-container-xxl .col-md-1,
  .col-container-xl .col-md-1,
  .col-container-lg .col-md-1,
  .col-container-md .col-md-1,
  .col-container-sm .col-md-1 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-container .col-md-2,
  .col-container-xxl .col-md-2,
  .col-container-xl .col-md-2,
  .col-container-lg .col-md-2,
  .col-container-md .col-md-2,
  .col-container-sm .col-md-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-container .col-md-3,
  .col-container-xxl .col-md-3,
  .col-container-xl .col-md-3,
  .col-container-lg .col-md-3,
  .col-container-md .col-md-3,
  .col-container-sm .col-md-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-container .col-md-4,
  .col-container-xxl .col-md-4,
  .col-container-xl .col-md-4,
  .col-container-lg .col-md-4,
  .col-container-md .col-md-4,
  .col-container-sm .col-md-4 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-container .col-md-5,
  .col-container-xxl .col-md-5,
  .col-container-xl .col-md-5,
  .col-container-lg .col-md-5,
  .col-container-md .col-md-5,
  .col-container-sm .col-md-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-container .col-md-6,
  .col-container-xxl .col-md-6,
  .col-container-xl .col-md-6,
  .col-container-lg .col-md-6,
  .col-container-md .col-md-6,
  .col-container-sm .col-md-6 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-container .col-md-7,
  .col-container-xxl .col-md-7,
  .col-container-xl .col-md-7,
  .col-container-lg .col-md-7,
  .col-container-md .col-md-7,
  .col-container-sm .col-md-7 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-container .col-md-8,
  .col-container-xxl .col-md-8,
  .col-container-xl .col-md-8,
  .col-container-lg .col-md-8,
  .col-container-md .col-md-8,
  .col-container-sm .col-md-8 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-container .col-md-9,
  .col-container-xxl .col-md-9,
  .col-container-xl .col-md-9,
  .col-container-lg .col-md-9,
  .col-container-md .col-md-9,
  .col-container-sm .col-md-9 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-container .col-md-10,
  .col-container-xxl .col-md-10,
  .col-container-xl .col-md-10,
  .col-container-lg .col-md-10,
  .col-container-md .col-md-10,
  .col-container-sm .col-md-10 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-container .col-md-11,
  .col-container-xxl .col-md-11,
  .col-container-xl .col-md-11,
  .col-container-lg .col-md-11,
  .col-container-md .col-md-11,
  .col-container-sm .col-md-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-container .col-md-12,
  .col-container-xxl .col-md-12,
  .col-container-xl .col-md-12,
  .col-container-lg .col-md-12,
  .col-container-md .col-md-12,
  .col-container-sm .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-container .col-lg-1,
  .col-container-xxl .col-lg-1,
  .col-container-xl .col-lg-1,
  .col-container-lg .col-lg-1,
  .col-container-md .col-lg-1,
  .col-container-sm .col-lg-1 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-container .col-lg-2,
  .col-container-xxl .col-lg-2,
  .col-container-xl .col-lg-2,
  .col-container-lg .col-lg-2,
  .col-container-md .col-lg-2,
  .col-container-sm .col-lg-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-container .col-lg-3,
  .col-container-xxl .col-lg-3,
  .col-container-xl .col-lg-3,
  .col-container-lg .col-lg-3,
  .col-container-md .col-lg-3,
  .col-container-sm .col-lg-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-container .col-lg-4,
  .col-container-xxl .col-lg-4,
  .col-container-xl .col-lg-4,
  .col-container-lg .col-lg-4,
  .col-container-md .col-lg-4,
  .col-container-sm .col-lg-4 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-container .col-lg-5,
  .col-container-xxl .col-lg-5,
  .col-container-xl .col-lg-5,
  .col-container-lg .col-lg-5,
  .col-container-md .col-lg-5,
  .col-container-sm .col-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-container .col-lg-6,
  .col-container-xxl .col-lg-6,
  .col-container-xl .col-lg-6,
  .col-container-lg .col-lg-6,
  .col-container-md .col-lg-6,
  .col-container-sm .col-lg-6 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-container .col-lg-7,
  .col-container-xxl .col-lg-7,
  .col-container-xl .col-lg-7,
  .col-container-lg .col-lg-7,
  .col-container-md .col-lg-7,
  .col-container-sm .col-lg-7 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-container .col-lg-8,
  .col-container-xxl .col-lg-8,
  .col-container-xl .col-lg-8,
  .col-container-lg .col-lg-8,
  .col-container-md .col-lg-8,
  .col-container-sm .col-lg-8 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-container .col-lg-9,
  .col-container-xxl .col-lg-9,
  .col-container-xl .col-lg-9,
  .col-container-lg .col-lg-9,
  .col-container-md .col-lg-9,
  .col-container-sm .col-lg-9 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-container .col-lg-10,
  .col-container-xxl .col-lg-10,
  .col-container-xl .col-lg-10,
  .col-container-lg .col-lg-10,
  .col-container-md .col-lg-10,
  .col-container-sm .col-lg-10 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-container .col-lg-11,
  .col-container-xxl .col-lg-11,
  .col-container-xl .col-lg-11,
  .col-container-lg .col-lg-11,
  .col-container-md .col-lg-11,
  .col-container-sm .col-lg-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-container .col-lg-12,
  .col-container-xxl .col-lg-12,
  .col-container-xl .col-lg-12,
  .col-container-lg .col-lg-12,
  .col-container-md .col-lg-12,
  .col-container-sm .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-container .col-xl-1,
  .col-container-xxl .col-xl-1,
  .col-container-xl .col-xl-1,
  .col-container-lg .col-xl-1,
  .col-container-md .col-xl-1,
  .col-container-sm .col-xl-1 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-container .col-xl-2,
  .col-container-xxl .col-xl-2,
  .col-container-xl .col-xl-2,
  .col-container-lg .col-xl-2,
  .col-container-md .col-xl-2,
  .col-container-sm .col-xl-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-container .col-xl-3,
  .col-container-xxl .col-xl-3,
  .col-container-xl .col-xl-3,
  .col-container-lg .col-xl-3,
  .col-container-md .col-xl-3,
  .col-container-sm .col-xl-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-container .col-xl-4,
  .col-container-xxl .col-xl-4,
  .col-container-xl .col-xl-4,
  .col-container-lg .col-xl-4,
  .col-container-md .col-xl-4,
  .col-container-sm .col-xl-4 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-container .col-xl-5,
  .col-container-xxl .col-xl-5,
  .col-container-xl .col-xl-5,
  .col-container-lg .col-xl-5,
  .col-container-md .col-xl-5,
  .col-container-sm .col-xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-container .col-xl-6,
  .col-container-xxl .col-xl-6,
  .col-container-xl .col-xl-6,
  .col-container-lg .col-xl-6,
  .col-container-md .col-xl-6,
  .col-container-sm .col-xl-6 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-container .col-xl-7,
  .col-container-xxl .col-xl-7,
  .col-container-xl .col-xl-7,
  .col-container-lg .col-xl-7,
  .col-container-md .col-xl-7,
  .col-container-sm .col-xl-7 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-container .col-xl-8,
  .col-container-xxl .col-xl-8,
  .col-container-xl .col-xl-8,
  .col-container-lg .col-xl-8,
  .col-container-md .col-xl-8,
  .col-container-sm .col-xl-8 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-container .col-xl-9,
  .col-container-xxl .col-xl-9,
  .col-container-xl .col-xl-9,
  .col-container-lg .col-xl-9,
  .col-container-md .col-xl-9,
  .col-container-sm .col-xl-9 {
    flex: 0 0 auto;
    width: 83.3333333%;
  }
  .col-container .col-xl-10,
  .col-container-xxl .col-xl-10,
  .col-container-xl .col-xl-10,
  .col-container-lg .col-xl-10,
  .col-container-md .col-xl-10,
  .col-container-sm .col-xl-10 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-container .col-xl-11,
  .col-container-xxl .col-xl-11,
  .col-container-xl .col-xl-11,
  .col-container-lg .col-xl-11,
  .col-container-md .col-xl-11,
  .col-container-sm .col-xl-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-container .col-xl-12,
  .col-container-xxl .col-xl-12,
  .col-container-xl .col-xl-12,
  .col-container-lg .col-xl-12,
  .col-container-md .col-xl-12,
  .col-container-sm .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-container .col-xxl-1,
  .col-container-xxl .col-xxl-1,
  .col-container-xl .col-xxl-1,
  .col-container-lg .col-xxl-1,
  .col-container-md .col-xxl-1,
  .col-container-sm .col-xxl-1 {
    flex: 0 0 auto;
    width: 16.6666666%;
  }
  .col-container .col-xxl-2,
  .col-container-xxl .col-xxl-2,
  .col-container-xl .col-xxl-2,
  .col-container-lg .col-xxl-2,
  .col-container-md .col-xxl-2,
  .col-container-sm .col-xxl-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-container .col-xxl-3,
  .col-container-xxl .col-xxl-3,
  .col-container-xl .col-xxl-3,
  .col-container-lg .col-xxl-3,
  .col-container-md .col-xxl-3,
  .col-container-sm .col-xxl-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-container .col-xxl-4,
  .col-container-xxl .col-xxl-4,
  .col-container-xl .col-xxl-4,
  .col-container-lg .col-xxl-4,
  .col-container-md .col-xxl-4,
  .col-container-sm .col-xxl-4 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-container .col-xxl-5,
  .col-container-xxl .col-xxl-5,
  .col-container-xl .col-xxl-5,
  .col-container-lg .col-xxl-5,
  .col-container-md .col-xxl-5,
  .col-container-sm .col-xxl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-container .col-xxl-6,
  .col-container-xxl .col-xxl-6,
  .col-container-xl .col-xxl-6,
  .col-container-lg .col-xxl-6,
  .col-container-md .col-xxl-6,
  .col-container-sm .col-xxl-6 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-container .col-xxl-7,
  .col-container-xxl .col-xxl-7,
  .col-container-xl .col-xxl-7,
  .col-container-lg .col-xxl-7,
  .col-container-md .col-xxl-7,
  .col-container-sm .col-xxl-7 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-container .col-xxl-8,
  .col-container-xxl .col-xxl-8,
  .col-container-xl .col-xxl-8,
  .col-container-lg .col-xxl-8,
  .col-container-md .col-xxl-8,
  .col-container-sm .col-xxl-8 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-container .col-xxl-9,
  .col-container-xxl .col-xxl-9,
  .col-container-xl .col-xxl-9,
  .col-container-lg .col-xxl-9,
  .col-container-md .col-xxl-9,
  .col-container-sm .col-xxl-9 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-container .col-xxl-10,
  .col-container-xxl .col-xxl-10,
  .col-container-xl .col-xxl-10,
  .col-container-lg .col-xxl-10,
  .col-container-md .col-xxl-10,
  .col-container-sm .col-xxl-10 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-container .col-xxl-11,
  .col-container-xxl .col-xxl-11,
  .col-container-xl .col-xxl-11,
  .col-container-lg .col-xxl-11,
  .col-container-md .col-xxl-11,
  .col-container-sm .col-xxl-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-container .col-xxl-12,
  .col-container-xxl .col-xxl-12,
  .col-container-xl .col-xxl-12,
  .col-container-lg .col-xxl-12,
  .col-container-md .col-xxl-12,
  .col-container-sm .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.font-bold {
  font-weight: bold;
}
.font-muted {
  color: var(--color-stone-600);
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.word-wrap {
  word-wrap: break-word;
}
.word-no-wrap {
  word-wrap: unset;
}
.text-end {
  text-align: end;
}
.text-start {
  text-align: start;
}
.text-center {
  text-align: center;
}
.font-color-amber-50 {
  color: var(--color-amber-50);
}
.font-color-amber-100 {
  color: var(--color-amber-100);
}
.font-color-amber-200 {
  color: var(--color-amber-200);
}
.font-color-amber-300 {
  color: var(--color-amber-300);
}
.font-color-amber-400 {
  color: var(--color-amber-400);
}
.font-color-amber-500 {
  color: var(--color-amber-500);
}
.font-color-amber-600 {
  color: var(--color-amber-600);
}
.font-color-amber-700 {
  color: var(--color-amber-700);
}
.font-color-amber-800 {
  color: var(--color-amber-800);
}
.font-color-amber-900 {
  color: var(--color-amber-900);
}
.font-color-amber-950 {
  color: var(--color-amber-950);
}
.font-color-stone-50 {
  color: var(--color-stone-50);
}
.font-color-stone-100 {
  color: var(--color-stone-100);
}
.font-color-stone-200 {
  color: var(--color-stone-200);
}
.font-color-stone-300 {
  color: var(--color-stone-300);
}
.font-color-stone-400 {
  color: var(--color-stone-400);
}
.font-color-stone-500 {
  color: var(--color-stone-500);
}
.font-color-stone-600 {
  color: var(--color-stone-600);
}
.font-color-stone-700 {
  color: var(--color-stone-700);
}
.font-color-stone-800 {
  color: var(--color-stone-800);
}
.font-color-stone-900 {
  color: var(--color-stone-900);
}
.font-color-stone-950 {
  color: var(--color-stone-950);
}
.font-color-neutral-50 {
  color: var(--color-neutral-50);
}
.font-color-neutral-100 {
  color: var(--color-neutral-100);
}
.font-color-neutral-200 {
  color: var(--color-neutral-200);
}
.font-color-neutral-300 {
  color: var(--color-neutral-300);
}
.font-color-neutral-400 {
  color: var(--color-neutral-400);
}
.font-color-neutral-500 {
  color: var(--color-neutral-500);
}
.font-color-neutral-600 {
  color: var(--color-neutral-600);
}
.font-color-neutral-700 {
  color: var(--color-neutral-700);
}
.font-color-neutral-800 {
  color: var(--color-neutral-800);
}
.font-color-neutral-900 {
  color: var(--color-neutral-900);
}
.font-color-neutral-950 {
  color: var(--color-neutral-950);
}
.font-color-zinc-50 {
  color: var(--color-zinc-50);
}
.font-color-zinc-100 {
  color: var(--color-zinc-100);
}
.font-color-zinc-200 {
  color: var(--color-zinc-200);
}
.font-color-zinc-300 {
  color: var(--color-zinc-300);
}
.font-color-zinc-400 {
  color: var(--color-zinc-400);
}
.font-color-zinc-500 {
  color: var(--color-zinc-500);
}
.font-color-zinc-600 {
  color: var(--color-zinc-600);
}
.font-color-zinc-700 {
  color: var(--color-zinc-700);
}
.font-color-zinc-800 {
  color: var(--color-zinc-800);
}
.font-color-zinc-900 {
  color: var(--color-zinc-900);
}
.font-color-zinc-950 {
  color: var(--color-zinc-950);
}
.font-color-gray-50 {
  color: var(--color-gray-50);
}
.font-color-gray-100 {
  color: var(--color-gray-100);
}
.font-color-gray-200 {
  color: var(--color-gray-200);
}
.font-color-gray-300 {
  color: var(--color-gray-300);
}
.font-color-gray-400 {
  color: var(--color-gray-400);
}
.font-color-gray-500 {
  color: var(--color-gray-500);
}
.font-color-gray-600 {
  color: var(--color-gray-600);
}
.font-color-gray-700 {
  color: var(--color-gray-700);
}
.font-color-gray-800 {
  color: var(--color-gray-800);
}
.font-color-gray-900 {
  color: var(--color-gray-900);
}
.font-color-gray-950 {
  color: var(--color-gray-950);
}
.font-color-slate-50 {
  color: var(--color-slate-50);
}
.font-color-slate-100 {
  color: var(--color-slate-100);
}
.font-color-slate-200 {
  color: var(--color-slate-200);
}
.font-color-slate-300 {
  color: var(--color-slate-300);
}
.font-color-slate-400 {
  color: var(--color-slate-400);
}
.font-color-slate-500 {
  color: var(--color-slate-500);
}
.font-color-slate-600 {
  color: var(--color-slate-600);
}
.font-color-slate-700 {
  color: var(--color-slate-700);
}
.font-color-slate-800 {
  color: var(--color-slate-800);
}
.font-color-slate-900 {
  color: var(--color-slate-900);
}
.font-color-slate-950 {
  color: var(--color-slate-950);
}
.font-color-rose-50 {
  color: var(--color-rose-50);
}
.font-color-rose-100 {
  color: var(--color-rose-100);
}
.font-color-rose-200 {
  color: var(--color-rose-200);
}
.font-color-rose-300 {
  color: var(--color-rose-300);
}
.font-color-rose-400 {
  color: var(--color-rose-400);
}
.font-color-rose-500 {
  color: var(--color-rose-500);
}
.font-color-rose-600 {
  color: var(--color-rose-600);
}
.font-color-rose-700 {
  color: var(--color-rose-700);
}
.font-color-rose-800 {
  color: var(--color-rose-800);
}
.font-color-rose-900 {
  color: var(--color-rose-900);
}
.font-color-rose-950 {
  color: var(--color-rose-950);
}
.font-color-pink-50 {
  color: var(--color-pink-50);
}
.font-color-pink-100 {
  color: var(--color-pink-100);
}
.font-color-pink-200 {
  color: var(--color-pink-200);
}
.font-color-pink-300 {
  color: var(--color-pink-300);
}
.font-color-pink-400 {
  color: var(--color-pink-400);
}
.font-color-pink-500 {
  color: var(--color-pink-500);
}
.font-color-pink-600 {
  color: var(--color-pink-600);
}
.font-color-pink-700 {
  color: var(--color-pink-700);
}
.font-color-pink-800 {
  color: var(--color-pink-800);
}
.font-color-pink-900 {
  color: var(--color-pink-900);
}
.font-color-pink-950 {
  color: var(--color-pink-950);
}
.font-color-fuchsia-50 {
  color: var(--color-fuchsia-50);
}
.font-color-fuchsia-100 {
  color: var(--color-fuchsia-100);
}
.font-color-fuchsia-200 {
  color: var(--color-fuchsia-200);
}
.font-color-fuchsia-300 {
  color: var(--color-fuchsia-300);
}
.font-color-fuchsia-400 {
  color: var(--color-fuchsia-400);
}
.font-color-fuchsia-500 {
  color: var(--color-fuchsia-500);
}
.font-color-fuchsia-600 {
  color: var(--color-fuchsia-600);
}
.font-color-fuchsia-700 {
  color: var(--color-fuchsia-700);
}
.font-color-fuchsia-800 {
  color: var(--color-fuchsia-800);
}
.font-color-fuchsia-900 {
  color: var(--color-fuchsia-900);
}
.font-color-fuchsia-950 {
  color: var(--color-fuchsia-950);
}
.font-color-purple-50 {
  color: var(--color-purple-50);
}
.font-color-purple-100 {
  color: var(--color-purple-100);
}
.font-color-purple-200 {
  color: var(--color-purple-200);
}
.font-color-purple-300 {
  color: var(--color-purple-300);
}
.font-color-purple-400 {
  color: var(--color-purple-400);
}
.font-color-purple-500 {
  color: var(--color-purple-500);
}
.font-color-purple-600 {
  color: var(--color-purple-600);
}
.font-color-purple-700 {
  color: var(--color-purple-700);
}
.font-color-purple-800 {
  color: var(--color-purple-800);
}
.font-color-purple-900 {
  color: var(--color-purple-900);
}
.font-color-purple-950 {
  color: var(--color-purple-950);
}
.font-color-violet-50 {
  color: var(--color-violet-50);
}
.font-color-violet-100 {
  color: var(--color-violet-100);
}
.font-color-violet-200 {
  color: var(--color-violet-200);
}
.font-color-violet-300 {
  color: var(--color-violet-300);
}
.font-color-violet-400 {
  color: var(--color-violet-400);
}
.font-color-violet-500 {
  color: var(--color-violet-500);
}
.font-color-violet-600 {
  color: var(--color-violet-600);
}
.font-color-violet-700 {
  color: var(--color-violet-700);
}
.font-color-violet-800 {
  color: var(--color-violet-800);
}
.font-color-violet-900 {
  color: var(--color-violet-900);
}
.font-color-violet-950 {
  color: var(--color-violet-950);
}
.font-color-indigo-50 {
  color: var(--color-indigo-50);
}
.font-color-indigo-100 {
  color: var(--color-indigo-100);
}
.font-color-indigo-200 {
  color: var(--color-indigo-200);
}
.font-color-indigo-300 {
  color: var(--color-indigo-300);
}
.font-color-indigo-400 {
  color: var(--color-indigo-400);
}
.font-color-indigo-500 {
  color: var(--color-indigo-500);
}
.font-color-indigo-600 {
  color: var(--color-indigo-600);
}
.font-color-indigo-700 {
  color: var(--color-indigo-700);
}
.font-color-indigo-800 {
  color: var(--color-indigo-800);
}
.font-color-indigo-900 {
  color: var(--color-indigo-900);
}
.font-color-indigo-950 {
  color: var(--color-indigo-950);
}
.font-color-sky-50 {
  color: var(--color-sky-50);
}
.font-color-sky-100 {
  color: var(--color-sky-100);
}
.font-color-sky-200 {
  color: var(--color-sky-200);
}
.font-color-sky-300 {
  color: var(--color-sky-300);
}
.font-color-sky-400 {
  color: var(--color-sky-400);
}
.font-color-sky-500 {
  color: var(--color-sky-500);
}
.font-color-sky-600 {
  color: var(--color-sky-600);
}
.font-color-sky-700 {
  color: var(--color-sky-700);
}
.font-color-sky-800 {
  color: var(--color-sky-800);
}
.font-color-sky-900 {
  color: var(--color-sky-900);
}
.font-color-sky-950 {
  color: var(--color-sky-950);
}
.font-color-blue-50 {
  color: var(--color-blue-50);
}
.font-color-blue-100 {
  color: var(--color-blue-100);
}
.font-color-blue-200 {
  color: var(--color-blue-200);
}
.font-color-blue-300 {
  color: var(--color-blue-300);
}
.font-color-blue-400 {
  color: var(--color-blue-400);
}
.font-color-blue-500 {
  color: var(--color-blue-500);
}
.font-color-blue-600 {
  color: var(--color-blue-600);
}
.font-color-blue-700 {
  color: var(--color-blue-700);
}
.font-color-blue-800 {
  color: var(--color-blue-800);
}
.font-color-blue-900 {
  color: var(--color-blue-900);
}
.font-color-blue-950 {
  color: var(--color-blue-950);
}
.font-color-cyan-50 {
  color: var(--color-cyan-50);
}
.font-color-cyan-100 {
  color: var(--color-cyan-100);
}
.font-color-cyan-200 {
  color: var(--color-cyan-200);
}
.font-color-cyan-300 {
  color: var(--color-cyan-300);
}
.font-color-cyan-400 {
  color: var(--color-cyan-400);
}
.font-color-cyan-500 {
  color: var(--color-cyan-500);
}
.font-color-cyan-600 {
  color: var(--color-cyan-600);
}
.font-color-cyan-700 {
  color: var(--color-cyan-700);
}
.font-color-cyan-800 {
  color: var(--color-cyan-800);
}
.font-color-cyan-900 {
  color: var(--color-cyan-900);
}
.font-color-cyan-950 {
  color: var(--color-cyan-950);
}
.font-color-red-50 {
  color: var(--color-red-50);
}
.font-color-red-100 {
  color: var(--color-red-100);
}
.font-color-red-200 {
  color: var(--color-red-200);
}
.font-color-red-300 {
  color: var(--color-red-300);
}
.font-color-red-400 {
  color: var(--color-red-400);
}
.font-color-red-500 {
  color: var(--color-red-500);
}
.font-color-red-600 {
  color: var(--color-red-600);
}
.font-color-red-700 {
  color: var(--color-red-700);
}
.font-color-red-800 {
  color: var(--color-red-800);
}
.font-color-red-900 {
  color: var(--color-red-900);
}
.font-color-red-950 {
  color: var(--color-red-950);
}
.font-color-orange-50 {
  color: var(--color-orange-50);
}
.font-color-orange-100 {
  color: var(--color-orange-100);
}
.font-color-orange-200 {
  color: var(--color-orange-200);
}
.font-color-orange-300 {
  color: var(--color-orange-300);
}
.font-color-orange-400 {
  color: var(--color-orange-400);
}
.font-color-orange-500 {
  color: var(--color-orange-500);
}
.font-color-orange-600 {
  color: var(--color-orange-600);
}
.font-color-orange-700 {
  color: var(--color-orange-700);
}
.font-color-orange-800 {
  color: var(--color-orange-800);
}
.font-color-orange-900 {
  color: var(--color-orange-900);
}
.font-color-orange-950 {
  color: var(--color-orange-950);
}
.font-color-lime-50 {
  color: var(--color-lime-50);
}
.font-color-lime-100 {
  color: var(--color-lime-100);
}
.font-color-lime-200 {
  color: var(--color-lime-200);
}
.font-color-lime-300 {
  color: var(--color-lime-300);
}
.font-color-lime-400 {
  color: var(--color-lime-400);
}
.font-color-lime-500 {
  color: var(--color-lime-500);
}
.font-color-lime-600 {
  color: var(--color-lime-600);
}
.font-color-lime-700 {
  color: var(--color-lime-700);
}
.font-color-lime-800 {
  color: var(--color-lime-800);
}
.font-color-lime-900 {
  color: var(--color-lime-900);
}
.font-color-lime-950 {
  color: var(--color-lime-950);
}
.font-color-green-50 {
  color: var(--color-green-50);
}
.font-color-green-100 {
  color: var(--color-green-100);
}
.font-color-green-200 {
  color: var(--color-green-200);
}
.font-color-green-300 {
  color: var(--color-green-300);
}
.font-color-green-400 {
  color: var(--color-green-400);
}
.font-color-green-500 {
  color: var(--color-green-500);
}
.font-color-green-600 {
  color: var(--color-green-600);
}
.font-color-green-700 {
  color: var(--color-green-700);
}
.font-color-green-800 {
  color: var(--color-green-800);
}
.font-color-green-900 {
  color: var(--color-green-900);
}
.font-color-green-950 {
  color: var(--color-green-950);
}
.font-color-emerald-50 {
  color: var(--color-emerald-50);
}
.font-color-emerald-100 {
  color: var(--color-emerald-100);
}
.font-color-emerald-200 {
  color: var(--color-emerald-200);
}
.font-color-emerald-300 {
  color: var(--color-emerald-300);
}
.font-color-emerald-400 {
  color: var(--color-emerald-400);
}
.font-color-emerald-500 {
  color: var(--color-emerald-500);
}
.font-color-emerald-600 {
  color: var(--color-emerald-600);
}
.font-color-emerald-700 {
  color: var(--color-emerald-700);
}
.font-color-emerald-800 {
  color: var(--color-emerald-800);
}
.font-color-emerald-900 {
  color: var(--color-emerald-900);
}
.font-color-emerald-950 {
  color: var(--color-emerald-950);
}
.font-color-teal-50 {
  color: var(--color-teal-50);
}
.font-color-teal-100 {
  color: var(--color-teal-100);
}
.font-color-teal-200 {
  color: var(--color-teal-200);
}
.font-color-teal-300 {
  color: var(--color-teal-300);
}
.font-color-teal-400 {
  color: var(--color-teal-400);
}
.font-color-teal-500 {
  color: var(--color-teal-500);
}
.font-color-teal-600 {
  color: var(--color-teal-600);
}
.font-color-teal-700 {
  color: var(--color-teal-700);
}
.font-color-teal-800 {
  color: var(--color-teal-800);
}
.font-color-teal-900 {
  color: var(--color-teal-900);
}
.font-color-teal-950 {
  color: var(--color-teal-950);
}
.text-wrap-no-wrap {
  text-wrap: nowrap;
}
.icon {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-sm {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ico-settings {
  background-image: url(/assets/img/ico/settings-ico.svg);
}
.ico-close {
  background-image: url(/assets/img/ico/close-ico-grey.svg);
}
.ico-close:hover {
  background-image: url(/assets/img/ico/close-ico-red.svg);
}
.ico-search {
  background-image: url(/assets/img/ico/search-ico.svg);
}
.ico-chevron-dwn {
  background-image: url(/assets/img/ico/chevron-down-ico.svg);
}
.ico-balloon-small {
  background-image: url(/assets/img/ico/balloon-ico.svg);
}
.ico-balloon-small.selected {
  background-image: url(/assets/img/ico/balloon-ico-selected.svg) !important;
}
.ico-balloon-small:hover {
  background-image: url(/assets/img/ico/balloon-ico-hovered.svg);
}
.ico-clock-small {
  background-image: url(/assets/img/ico/clock-ico.svg);
}
.ico-clock-small.selected {
  background-image: url(/assets/img/ico/clock-ico-selected.svg) !important;
}
.ico-clock-small:hover {
  background-image: url(/assets/img/ico/clock-ico-hovered.svg);
}
.bg-amber-50 {
  background-color: var(--color-amber-50);
}
.bg-amber-100 {
  background-color: var(--color-amber-100);
}
.bg-amber-200 {
  background-color: var(--color-amber-200);
}
.bg-amber-300 {
  background-color: var(--color-amber-300);
}
.bg-amber-400 {
  background-color: var(--color-amber-400);
}
.bg-amber-500 {
  background-color: var(--color-amber-500);
}
.bg-amber-600 {
  background-color: var(--color-amber-600);
}
.bg-amber-700 {
  background-color: var(--color-amber-700);
}
.bg-amber-800 {
  background-color: var(--color-amber-800);
}
.bg-amber-900 {
  background-color: var(--color-amber-900);
}
.bg-amber-950 {
  background-color: var(--color-amber-950);
}
.bg-stone-50 {
  background-color: var(--color-stone-50);
}
.bg-stone-100 {
  background-color: var(--color-stone-100);
}
.bg-stone-200 {
  background-color: var(--color-stone-200);
}
.bg-stone-300 {
  background-color: var(--color-stone-300);
}
.bg-stone-400 {
  background-color: var(--color-stone-400);
}
.bg-stone-500 {
  background-color: var(--color-stone-500);
}
.bg-stone-600 {
  background-color: var(--color-stone-600);
}
.bg-stone-700 {
  background-color: var(--color-stone-700);
}
.bg-stone-800 {
  background-color: var(--color-stone-800);
}
.bg-stone-900 {
  background-color: var(--color-stone-900);
}
.bg-stone-950 {
  background-color: var(--color-stone-950);
}
.bg-neutral-50 {
  background-color: var(--color-neutral-50);
}
.bg-neutral-100 {
  background-color: var(--color-neutral-100);
}
.bg-neutral-200 {
  background-color: var(--color-neutral-200);
}
.bg-neutral-300 {
  background-color: var(--color-neutral-300);
}
.bg-neutral-400 {
  background-color: var(--color-neutral-400);
}
.bg-neutral-500 {
  background-color: var(--color-neutral-500);
}
.bg-neutral-600 {
  background-color: var(--color-neutral-600);
}
.bg-neutral-700 {
  background-color: var(--color-neutral-700);
}
.bg-neutral-800 {
  background-color: var(--color-neutral-800);
}
.bg-neutral-900 {
  background-color: var(--color-neutral-900);
}
.bg-neutral-950 {
  background-color: var(--color-neutral-950);
}
.bg-zinc-50 {
  background-color: var(--color-zinc-50);
}
.bg-zinc-100 {
  background-color: var(--color-zinc-100);
}
.bg-zinc-200 {
  background-color: var(--color-zinc-200);
}
.bg-zinc-300 {
  background-color: var(--color-zinc-300);
}
.bg-zinc-400 {
  background-color: var(--color-zinc-400);
}
.bg-zinc-500 {
  background-color: var(--color-zinc-500);
}
.bg-zinc-600 {
  background-color: var(--color-zinc-600);
}
.bg-zinc-700 {
  background-color: var(--color-zinc-700);
}
.bg-zinc-800 {
  background-color: var(--color-zinc-800);
}
.bg-zinc-900 {
  background-color: var(--color-zinc-900);
}
.bg-zinc-950 {
  background-color: var(--color-zinc-950);
}
.bg-gray-50 {
  background-color: var(--color-gray-50);
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-gray-200 {
  background-color: var(--color-gray-200);
}
.bg-gray-300 {
  background-color: var(--color-gray-300);
}
.bg-gray-400 {
  background-color: var(--color-gray-400);
}
.bg-gray-500 {
  background-color: var(--color-gray-500);
}
.bg-gray-600 {
  background-color: var(--color-gray-600);
}
.bg-gray-700 {
  background-color: var(--color-gray-700);
}
.bg-gray-800 {
  background-color: var(--color-gray-800);
}
.bg-gray-900 {
  background-color: var(--color-gray-900);
}
.bg-gray-950 {
  background-color: var(--color-gray-950);
}
.bg-slate-50 {
  background-color: var(--color-slate-50);
}
.bg-slate-100 {
  background-color: var(--color-slate-100);
}
.bg-slate-200 {
  background-color: var(--color-slate-200);
}
.bg-slate-300 {
  background-color: var(--color-slate-300);
}
.bg-slate-400 {
  background-color: var(--color-slate-400);
}
.bg-slate-500 {
  background-color: var(--color-slate-500);
}
.bg-slate-600 {
  background-color: var(--color-slate-600);
}
.bg-slate-700 {
  background-color: var(--color-slate-700);
}
.bg-slate-800 {
  background-color: var(--color-slate-800);
}
.bg-slate-900 {
  background-color: var(--color-slate-900);
}
.bg-slate-950 {
  background-color: var(--color-slate-950);
}
.bg-rose-50 {
  background-color: var(--color-rose-50);
}
.bg-rose-100 {
  background-color: var(--color-rose-100);
}
.bg-rose-200 {
  background-color: var(--color-rose-200);
}
.bg-rose-300 {
  background-color: var(--color-rose-300);
}
.bg-rose-400 {
  background-color: var(--color-rose-400);
}
.bg-rose-500 {
  background-color: var(--color-rose-500);
}
.bg-rose-600 {
  background-color: var(--color-rose-600);
}
.bg-rose-700 {
  background-color: var(--color-rose-700);
}
.bg-rose-800 {
  background-color: var(--color-rose-800);
}
.bg-rose-900 {
  background-color: var(--color-rose-900);
}
.bg-rose-950 {
  background-color: var(--color-rose-950);
}
.bg-pink-50 {
  background-color: var(--color-pink-50);
}
.bg-pink-100 {
  background-color: var(--color-pink-100);
}
.bg-pink-200 {
  background-color: var(--color-pink-200);
}
.bg-pink-300 {
  background-color: var(--color-pink-300);
}
.bg-pink-400 {
  background-color: var(--color-pink-400);
}
.bg-pink-500 {
  background-color: var(--color-pink-500);
}
.bg-pink-600 {
  background-color: var(--color-pink-600);
}
.bg-pink-700 {
  background-color: var(--color-pink-700);
}
.bg-pink-800 {
  background-color: var(--color-pink-800);
}
.bg-pink-900 {
  background-color: var(--color-pink-900);
}
.bg-pink-950 {
  background-color: var(--color-pink-950);
}
.bg-fuchsia-50 {
  background-color: var(--color-fuchsia-50);
}
.bg-fuchsia-100 {
  background-color: var(--color-fuchsia-100);
}
.bg-fuchsia-200 {
  background-color: var(--color-fuchsia-200);
}
.bg-fuchsia-300 {
  background-color: var(--color-fuchsia-300);
}
.bg-fuchsia-400 {
  background-color: var(--color-fuchsia-400);
}
.bg-fuchsia-500 {
  background-color: var(--color-fuchsia-500);
}
.bg-fuchsia-600 {
  background-color: var(--color-fuchsia-600);
}
.bg-fuchsia-700 {
  background-color: var(--color-fuchsia-700);
}
.bg-fuchsia-800 {
  background-color: var(--color-fuchsia-800);
}
.bg-fuchsia-900 {
  background-color: var(--color-fuchsia-900);
}
.bg-fuchsia-950 {
  background-color: var(--color-fuchsia-950);
}
.bg-purple-50 {
  background-color: var(--color-purple-50);
}
.bg-purple-100 {
  background-color: var(--color-purple-100);
}
.bg-purple-200 {
  background-color: var(--color-purple-200);
}
.bg-purple-300 {
  background-color: var(--color-purple-300);
}
.bg-purple-400 {
  background-color: var(--color-purple-400);
}
.bg-purple-500 {
  background-color: var(--color-purple-500);
}
.bg-purple-600 {
  background-color: var(--color-purple-600);
}
.bg-purple-700 {
  background-color: var(--color-purple-700);
}
.bg-purple-800 {
  background-color: var(--color-purple-800);
}
.bg-purple-900 {
  background-color: var(--color-purple-900);
}
.bg-purple-950 {
  background-color: var(--color-purple-950);
}
.bg-violet-50 {
  background-color: var(--color-violet-50);
}
.bg-violet-100 {
  background-color: var(--color-violet-100);
}
.bg-violet-200 {
  background-color: var(--color-violet-200);
}
.bg-violet-300 {
  background-color: var(--color-violet-300);
}
.bg-violet-400 {
  background-color: var(--color-violet-400);
}
.bg-violet-500 {
  background-color: var(--color-violet-500);
}
.bg-violet-600 {
  background-color: var(--color-violet-600);
}
.bg-violet-700 {
  background-color: var(--color-violet-700);
}
.bg-violet-800 {
  background-color: var(--color-violet-800);
}
.bg-violet-900 {
  background-color: var(--color-violet-900);
}
.bg-violet-950 {
  background-color: var(--color-violet-950);
}
.bg-indigo-50 {
  background-color: var(--color-indigo-50);
}
.bg-indigo-100 {
  background-color: var(--color-indigo-100);
}
.bg-indigo-200 {
  background-color: var(--color-indigo-200);
}
.bg-indigo-300 {
  background-color: var(--color-indigo-300);
}
.bg-indigo-400 {
  background-color: var(--color-indigo-400);
}
.bg-indigo-500 {
  background-color: var(--color-indigo-500);
}
.bg-indigo-600 {
  background-color: var(--color-indigo-600);
}
.bg-indigo-700 {
  background-color: var(--color-indigo-700);
}
.bg-indigo-800 {
  background-color: var(--color-indigo-800);
}
.bg-indigo-900 {
  background-color: var(--color-indigo-900);
}
.bg-indigo-950 {
  background-color: var(--color-indigo-950);
}
.bg-sky-50 {
  background-color: var(--color-sky-50);
}
.bg-sky-100 {
  background-color: var(--color-sky-100);
}
.bg-sky-200 {
  background-color: var(--color-sky-200);
}
.bg-sky-300 {
  background-color: var(--color-sky-300);
}
.bg-sky-400 {
  background-color: var(--color-sky-400);
}
.bg-sky-500 {
  background-color: var(--color-sky-500);
}
.bg-sky-600 {
  background-color: var(--color-sky-600);
}
.bg-sky-700 {
  background-color: var(--color-sky-700);
}
.bg-sky-800 {
  background-color: var(--color-sky-800);
}
.bg-sky-900 {
  background-color: var(--color-sky-900);
}
.bg-sky-950 {
  background-color: var(--color-sky-950);
}
.bg-blue-50 {
  background-color: var(--color-blue-50);
}
.bg-blue-100 {
  background-color: var(--color-blue-100);
}
.bg-blue-200 {
  background-color: var(--color-blue-200);
}
.bg-blue-300 {
  background-color: var(--color-blue-300);
}
.bg-blue-400 {
  background-color: var(--color-blue-400);
}
.bg-blue-500 {
  background-color: var(--color-blue-500);
}
.bg-blue-600 {
  background-color: var(--color-blue-600);
}
.bg-blue-700 {
  background-color: var(--color-blue-700);
}
.bg-blue-800 {
  background-color: var(--color-blue-800);
}
.bg-blue-900 {
  background-color: var(--color-blue-900);
}
.bg-blue-950 {
  background-color: var(--color-blue-950);
}
.bg-cyan-50 {
  background-color: var(--color-cyan-50);
}
.bg-cyan-100 {
  background-color: var(--color-cyan-100);
}
.bg-cyan-200 {
  background-color: var(--color-cyan-200);
}
.bg-cyan-300 {
  background-color: var(--color-cyan-300);
}
.bg-cyan-400 {
  background-color: var(--color-cyan-400);
}
.bg-cyan-500 {
  background-color: var(--color-cyan-500);
}
.bg-cyan-600 {
  background-color: var(--color-cyan-600);
}
.bg-cyan-700 {
  background-color: var(--color-cyan-700);
}
.bg-cyan-800 {
  background-color: var(--color-cyan-800);
}
.bg-cyan-900 {
  background-color: var(--color-cyan-900);
}
.bg-cyan-950 {
  background-color: var(--color-cyan-950);
}
.bg-red-50 {
  background-color: var(--color-red-50);
}
.bg-red-100 {
  background-color: var(--color-red-100);
}
.bg-red-200 {
  background-color: var(--color-red-200);
}
.bg-red-300 {
  background-color: var(--color-red-300);
}
.bg-red-400 {
  background-color: var(--color-red-400);
}
.bg-red-500 {
  background-color: var(--color-red-500);
}
.bg-red-600 {
  background-color: var(--color-red-600);
}
.bg-red-700 {
  background-color: var(--color-red-700);
}
.bg-red-800 {
  background-color: var(--color-red-800);
}
.bg-red-900 {
  background-color: var(--color-red-900);
}
.bg-red-950 {
  background-color: var(--color-red-950);
}
.bg-orange-50 {
  background-color: var(--color-orange-50);
}
.bg-orange-100 {
  background-color: var(--color-orange-100);
}
.bg-orange-200 {
  background-color: var(--color-orange-200);
}
.bg-orange-300 {
  background-color: var(--color-orange-300);
}
.bg-orange-400 {
  background-color: var(--color-orange-400);
}
.bg-orange-500 {
  background-color: var(--color-orange-500);
}
.bg-orange-600 {
  background-color: var(--color-orange-600);
}
.bg-orange-700 {
  background-color: var(--color-orange-700);
}
.bg-orange-800 {
  background-color: var(--color-orange-800);
}
.bg-orange-900 {
  background-color: var(--color-orange-900);
}
.bg-orange-950 {
  background-color: var(--color-orange-950);
}
.bg-lime-50 {
  background-color: var(--color-lime-50);
}
.bg-lime-100 {
  background-color: var(--color-lime-100);
}
.bg-lime-200 {
  background-color: var(--color-lime-200);
}
.bg-lime-300 {
  background-color: var(--color-lime-300);
}
.bg-lime-400 {
  background-color: var(--color-lime-400);
}
.bg-lime-500 {
  background-color: var(--color-lime-500);
}
.bg-lime-600 {
  background-color: var(--color-lime-600);
}
.bg-lime-700 {
  background-color: var(--color-lime-700);
}
.bg-lime-800 {
  background-color: var(--color-lime-800);
}
.bg-lime-900 {
  background-color: var(--color-lime-900);
}
.bg-lime-950 {
  background-color: var(--color-lime-950);
}
.bg-green-50 {
  background-color: var(--color-green-50);
}
.bg-green-100 {
  background-color: var(--color-green-100);
}
.bg-green-200 {
  background-color: var(--color-green-200);
}
.bg-green-300 {
  background-color: var(--color-green-300);
}
.bg-green-400 {
  background-color: var(--color-green-400);
}
.bg-green-500 {
  background-color: var(--color-green-500);
}
.bg-green-600 {
  background-color: var(--color-green-600);
}
.bg-green-700 {
  background-color: var(--color-green-700);
}
.bg-green-800 {
  background-color: var(--color-green-800);
}
.bg-green-900 {
  background-color: var(--color-green-900);
}
.bg-green-950 {
  background-color: var(--color-green-950);
}
.bg-emerald-50 {
  background-color: var(--color-emerald-50);
}
.bg-emerald-100 {
  background-color: var(--color-emerald-100);
}
.bg-emerald-200 {
  background-color: var(--color-emerald-200);
}
.bg-emerald-300 {
  background-color: var(--color-emerald-300);
}
.bg-emerald-400 {
  background-color: var(--color-emerald-400);
}
.bg-emerald-500 {
  background-color: var(--color-emerald-500);
}
.bg-emerald-600 {
  background-color: var(--color-emerald-600);
}
.bg-emerald-700 {
  background-color: var(--color-emerald-700);
}
.bg-emerald-800 {
  background-color: var(--color-emerald-800);
}
.bg-emerald-900 {
  background-color: var(--color-emerald-900);
}
.bg-emerald-950 {
  background-color: var(--color-emerald-950);
}
.bg-teal-50 {
  background-color: var(--color-teal-50);
}
.bg-teal-100 {
  background-color: var(--color-teal-100);
}
.bg-teal-200 {
  background-color: var(--color-teal-200);
}
.bg-teal-300 {
  background-color: var(--color-teal-300);
}
.bg-teal-400 {
  background-color: var(--color-teal-400);
}
.bg-teal-500 {
  background-color: var(--color-teal-500);
}
.bg-teal-600 {
  background-color: var(--color-teal-600);
}
.bg-teal-700 {
  background-color: var(--color-teal-700);
}
.bg-teal-800 {
  background-color: var(--color-teal-800);
}
.bg-teal-900 {
  background-color: var(--color-teal-900);
}
.bg-teal-950 {
  background-color: var(--color-teal-950);
}
.background-position-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.border {
  border: 1px solid var(--color-stone-400);
}
.rounded {
  border-radius: 4px;
}
.border-l-1 {
  border-left-style: solid;
  border-left-width: 1px;
}
.border-l-2 {
  border-left-style: solid;
  border-left-width: 2px;
}
.border-l-3 {
  border-left-style: solid;
  border-left-width: 3px;
}
.border-l-4 {
  border-left-style: solid;
  border-left-width: 4px;
}
.border-l-5 {
  border-left-style: solid;
  border-left-width: 5px;
}
.border-b-1 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.border-b-3 {
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.border-b-4 {
  border-bottom-style: solid;
  border-bottom-width: 4px;
}
.border-b-5 {
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.border-t-1 {
  border-top-style: solid;
  border-top-width: 1px;
}
.border-t-2 {
  border-top-style: solid;
  border-top-width: 2px;
}
.border-t-3 {
  border-top-style: solid;
  border-top-width: 3px;
}
.border-t-4 {
  border-top-style: solid;
  border-top-width: 4px;
}
.border-t-5 {
  border-top-style: solid;
  border-top-width: 5px;
}
.border-color-amber-50 {
  border-color: var(--color-amber-50);
}
.border-color-amber-100 {
  border-color: var(--color-amber-100);
}
.border-color-amber-200 {
  border-color: var(--color-amber-200);
}
.border-color-amber-300 {
  border-color: var(--color-amber-300);
}
.border-color-amber-400 {
  border-color: var(--color-amber-400);
}
.border-color-amber-500 {
  border-color: var(--color-amber-500);
}
.border-color-amber-600 {
  border-color: var(--color-amber-600);
}
.border-color-amber-700 {
  border-color: var(--color-amber-700);
}
.border-color-amber-800 {
  border-color: var(--color-amber-800);
}
.border-color-amber-900 {
  border-color: var(--color-amber-900);
}
.border-color-amber-950 {
  border-color: var(--color-amber-950);
}
.border-color-stone-50 {
  border-color: var(--color-stone-50);
}
.border-color-stone-100 {
  border-color: var(--color-stone-100);
}
.border-color-stone-200 {
  border-color: var(--color-stone-200);
}
.border-color-stone-300 {
  border-color: var(--color-stone-300);
}
.border-color-stone-400 {
  border-color: var(--color-stone-400);
}
.border-color-stone-500 {
  border-color: var(--color-stone-500);
}
.border-color-stone-600 {
  border-color: var(--color-stone-600);
}
.border-color-stone-700 {
  border-color: var(--color-stone-700);
}
.border-color-stone-800 {
  border-color: var(--color-stone-800);
}
.border-color-stone-900 {
  border-color: var(--color-stone-900);
}
.border-color-stone-950 {
  border-color: var(--color-stone-950);
}
.border-color-neutral-50 {
  border-color: var(--color-neutral-50);
}
.border-color-neutral-100 {
  border-color: var(--color-neutral-100);
}
.border-color-neutral-200 {
  border-color: var(--color-neutral-200);
}
.border-color-neutral-300 {
  border-color: var(--color-neutral-300);
}
.border-color-neutral-400 {
  border-color: var(--color-neutral-400);
}
.border-color-neutral-500 {
  border-color: var(--color-neutral-500);
}
.border-color-neutral-600 {
  border-color: var(--color-neutral-600);
}
.border-color-neutral-700 {
  border-color: var(--color-neutral-700);
}
.border-color-neutral-800 {
  border-color: var(--color-neutral-800);
}
.border-color-neutral-900 {
  border-color: var(--color-neutral-900);
}
.border-color-neutral-950 {
  border-color: var(--color-neutral-950);
}
.border-color-zinc-50 {
  border-color: var(--color-zinc-50);
}
.border-color-zinc-100 {
  border-color: var(--color-zinc-100);
}
.border-color-zinc-200 {
  border-color: var(--color-zinc-200);
}
.border-color-zinc-300 {
  border-color: var(--color-zinc-300);
}
.border-color-zinc-400 {
  border-color: var(--color-zinc-400);
}
.border-color-zinc-500 {
  border-color: var(--color-zinc-500);
}
.border-color-zinc-600 {
  border-color: var(--color-zinc-600);
}
.border-color-zinc-700 {
  border-color: var(--color-zinc-700);
}
.border-color-zinc-800 {
  border-color: var(--color-zinc-800);
}
.border-color-zinc-900 {
  border-color: var(--color-zinc-900);
}
.border-color-zinc-950 {
  border-color: var(--color-zinc-950);
}
.border-color-gray-50 {
  border-color: var(--color-gray-50);
}
.border-color-gray-100 {
  border-color: var(--color-gray-100);
}
.border-color-gray-200 {
  border-color: var(--color-gray-200);
}
.border-color-gray-300 {
  border-color: var(--color-gray-300);
}
.border-color-gray-400 {
  border-color: var(--color-gray-400);
}
.border-color-gray-500 {
  border-color: var(--color-gray-500);
}
.border-color-gray-600 {
  border-color: var(--color-gray-600);
}
.border-color-gray-700 {
  border-color: var(--color-gray-700);
}
.border-color-gray-800 {
  border-color: var(--color-gray-800);
}
.border-color-gray-900 {
  border-color: var(--color-gray-900);
}
.border-color-gray-950 {
  border-color: var(--color-gray-950);
}
.border-color-slate-50 {
  border-color: var(--color-slate-50);
}
.border-color-slate-100 {
  border-color: var(--color-slate-100);
}
.border-color-slate-200 {
  border-color: var(--color-slate-200);
}
.border-color-slate-300 {
  border-color: var(--color-slate-300);
}
.border-color-slate-400 {
  border-color: var(--color-slate-400);
}
.border-color-slate-500 {
  border-color: var(--color-slate-500);
}
.border-color-slate-600 {
  border-color: var(--color-slate-600);
}
.border-color-slate-700 {
  border-color: var(--color-slate-700);
}
.border-color-slate-800 {
  border-color: var(--color-slate-800);
}
.border-color-slate-900 {
  border-color: var(--color-slate-900);
}
.border-color-slate-950 {
  border-color: var(--color-slate-950);
}
.border-color-rose-50 {
  border-color: var(--color-rose-50);
}
.border-color-rose-100 {
  border-color: var(--color-rose-100);
}
.border-color-rose-200 {
  border-color: var(--color-rose-200);
}
.border-color-rose-300 {
  border-color: var(--color-rose-300);
}
.border-color-rose-400 {
  border-color: var(--color-rose-400);
}
.border-color-rose-500 {
  border-color: var(--color-rose-500);
}
.border-color-rose-600 {
  border-color: var(--color-rose-600);
}
.border-color-rose-700 {
  border-color: var(--color-rose-700);
}
.border-color-rose-800 {
  border-color: var(--color-rose-800);
}
.border-color-rose-900 {
  border-color: var(--color-rose-900);
}
.border-color-rose-950 {
  border-color: var(--color-rose-950);
}
.border-color-pink-50 {
  border-color: var(--color-pink-50);
}
.border-color-pink-100 {
  border-color: var(--color-pink-100);
}
.border-color-pink-200 {
  border-color: var(--color-pink-200);
}
.border-color-pink-300 {
  border-color: var(--color-pink-300);
}
.border-color-pink-400 {
  border-color: var(--color-pink-400);
}
.border-color-pink-500 {
  border-color: var(--color-pink-500);
}
.border-color-pink-600 {
  border-color: var(--color-pink-600);
}
.border-color-pink-700 {
  border-color: var(--color-pink-700);
}
.border-color-pink-800 {
  border-color: var(--color-pink-800);
}
.border-color-pink-900 {
  border-color: var(--color-pink-900);
}
.border-color-pink-950 {
  border-color: var(--color-pink-950);
}
.border-color-fuchsia-50 {
  border-color: var(--color-fuchsia-50);
}
.border-color-fuchsia-100 {
  border-color: var(--color-fuchsia-100);
}
.border-color-fuchsia-200 {
  border-color: var(--color-fuchsia-200);
}
.border-color-fuchsia-300 {
  border-color: var(--color-fuchsia-300);
}
.border-color-fuchsia-400 {
  border-color: var(--color-fuchsia-400);
}
.border-color-fuchsia-500 {
  border-color: var(--color-fuchsia-500);
}
.border-color-fuchsia-600 {
  border-color: var(--color-fuchsia-600);
}
.border-color-fuchsia-700 {
  border-color: var(--color-fuchsia-700);
}
.border-color-fuchsia-800 {
  border-color: var(--color-fuchsia-800);
}
.border-color-fuchsia-900 {
  border-color: var(--color-fuchsia-900);
}
.border-color-fuchsia-950 {
  border-color: var(--color-fuchsia-950);
}
.border-color-purple-50 {
  border-color: var(--color-purple-50);
}
.border-color-purple-100 {
  border-color: var(--color-purple-100);
}
.border-color-purple-200 {
  border-color: var(--color-purple-200);
}
.border-color-purple-300 {
  border-color: var(--color-purple-300);
}
.border-color-purple-400 {
  border-color: var(--color-purple-400);
}
.border-color-purple-500 {
  border-color: var(--color-purple-500);
}
.border-color-purple-600 {
  border-color: var(--color-purple-600);
}
.border-color-purple-700 {
  border-color: var(--color-purple-700);
}
.border-color-purple-800 {
  border-color: var(--color-purple-800);
}
.border-color-purple-900 {
  border-color: var(--color-purple-900);
}
.border-color-purple-950 {
  border-color: var(--color-purple-950);
}
.border-color-violet-50 {
  border-color: var(--color-violet-50);
}
.border-color-violet-100 {
  border-color: var(--color-violet-100);
}
.border-color-violet-200 {
  border-color: var(--color-violet-200);
}
.border-color-violet-300 {
  border-color: var(--color-violet-300);
}
.border-color-violet-400 {
  border-color: var(--color-violet-400);
}
.border-color-violet-500 {
  border-color: var(--color-violet-500);
}
.border-color-violet-600 {
  border-color: var(--color-violet-600);
}
.border-color-violet-700 {
  border-color: var(--color-violet-700);
}
.border-color-violet-800 {
  border-color: var(--color-violet-800);
}
.border-color-violet-900 {
  border-color: var(--color-violet-900);
}
.border-color-violet-950 {
  border-color: var(--color-violet-950);
}
.border-color-indigo-50 {
  border-color: var(--color-indigo-50);
}
.border-color-indigo-100 {
  border-color: var(--color-indigo-100);
}
.border-color-indigo-200 {
  border-color: var(--color-indigo-200);
}
.border-color-indigo-300 {
  border-color: var(--color-indigo-300);
}
.border-color-indigo-400 {
  border-color: var(--color-indigo-400);
}
.border-color-indigo-500 {
  border-color: var(--color-indigo-500);
}
.border-color-indigo-600 {
  border-color: var(--color-indigo-600);
}
.border-color-indigo-700 {
  border-color: var(--color-indigo-700);
}
.border-color-indigo-800 {
  border-color: var(--color-indigo-800);
}
.border-color-indigo-900 {
  border-color: var(--color-indigo-900);
}
.border-color-indigo-950 {
  border-color: var(--color-indigo-950);
}
.border-color-sky-50 {
  border-color: var(--color-sky-50);
}
.border-color-sky-100 {
  border-color: var(--color-sky-100);
}
.border-color-sky-200 {
  border-color: var(--color-sky-200);
}
.border-color-sky-300 {
  border-color: var(--color-sky-300);
}
.border-color-sky-400 {
  border-color: var(--color-sky-400);
}
.border-color-sky-500 {
  border-color: var(--color-sky-500);
}
.border-color-sky-600 {
  border-color: var(--color-sky-600);
}
.border-color-sky-700 {
  border-color: var(--color-sky-700);
}
.border-color-sky-800 {
  border-color: var(--color-sky-800);
}
.border-color-sky-900 {
  border-color: var(--color-sky-900);
}
.border-color-sky-950 {
  border-color: var(--color-sky-950);
}
.border-color-blue-50 {
  border-color: var(--color-blue-50);
}
.border-color-blue-100 {
  border-color: var(--color-blue-100);
}
.border-color-blue-200 {
  border-color: var(--color-blue-200);
}
.border-color-blue-300 {
  border-color: var(--color-blue-300);
}
.border-color-blue-400 {
  border-color: var(--color-blue-400);
}
.border-color-blue-500 {
  border-color: var(--color-blue-500);
}
.border-color-blue-600 {
  border-color: var(--color-blue-600);
}
.border-color-blue-700 {
  border-color: var(--color-blue-700);
}
.border-color-blue-800 {
  border-color: var(--color-blue-800);
}
.border-color-blue-900 {
  border-color: var(--color-blue-900);
}
.border-color-blue-950 {
  border-color: var(--color-blue-950);
}
.border-color-cyan-50 {
  border-color: var(--color-cyan-50);
}
.border-color-cyan-100 {
  border-color: var(--color-cyan-100);
}
.border-color-cyan-200 {
  border-color: var(--color-cyan-200);
}
.border-color-cyan-300 {
  border-color: var(--color-cyan-300);
}
.border-color-cyan-400 {
  border-color: var(--color-cyan-400);
}
.border-color-cyan-500 {
  border-color: var(--color-cyan-500);
}
.border-color-cyan-600 {
  border-color: var(--color-cyan-600);
}
.border-color-cyan-700 {
  border-color: var(--color-cyan-700);
}
.border-color-cyan-800 {
  border-color: var(--color-cyan-800);
}
.border-color-cyan-900 {
  border-color: var(--color-cyan-900);
}
.border-color-cyan-950 {
  border-color: var(--color-cyan-950);
}
.border-color-red-50 {
  border-color: var(--color-red-50);
}
.border-color-red-100 {
  border-color: var(--color-red-100);
}
.border-color-red-200 {
  border-color: var(--color-red-200);
}
.border-color-red-300 {
  border-color: var(--color-red-300);
}
.border-color-red-400 {
  border-color: var(--color-red-400);
}
.border-color-red-500 {
  border-color: var(--color-red-500);
}
.border-color-red-600 {
  border-color: var(--color-red-600);
}
.border-color-red-700 {
  border-color: var(--color-red-700);
}
.border-color-red-800 {
  border-color: var(--color-red-800);
}
.border-color-red-900 {
  border-color: var(--color-red-900);
}
.border-color-red-950 {
  border-color: var(--color-red-950);
}
.border-color-orange-50 {
  border-color: var(--color-orange-50);
}
.border-color-orange-100 {
  border-color: var(--color-orange-100);
}
.border-color-orange-200 {
  border-color: var(--color-orange-200);
}
.border-color-orange-300 {
  border-color: var(--color-orange-300);
}
.border-color-orange-400 {
  border-color: var(--color-orange-400);
}
.border-color-orange-500 {
  border-color: var(--color-orange-500);
}
.border-color-orange-600 {
  border-color: var(--color-orange-600);
}
.border-color-orange-700 {
  border-color: var(--color-orange-700);
}
.border-color-orange-800 {
  border-color: var(--color-orange-800);
}
.border-color-orange-900 {
  border-color: var(--color-orange-900);
}
.border-color-orange-950 {
  border-color: var(--color-orange-950);
}
.border-color-lime-50 {
  border-color: var(--color-lime-50);
}
.border-color-lime-100 {
  border-color: var(--color-lime-100);
}
.border-color-lime-200 {
  border-color: var(--color-lime-200);
}
.border-color-lime-300 {
  border-color: var(--color-lime-300);
}
.border-color-lime-400 {
  border-color: var(--color-lime-400);
}
.border-color-lime-500 {
  border-color: var(--color-lime-500);
}
.border-color-lime-600 {
  border-color: var(--color-lime-600);
}
.border-color-lime-700 {
  border-color: var(--color-lime-700);
}
.border-color-lime-800 {
  border-color: var(--color-lime-800);
}
.border-color-lime-900 {
  border-color: var(--color-lime-900);
}
.border-color-lime-950 {
  border-color: var(--color-lime-950);
}
.border-color-green-50 {
  border-color: var(--color-green-50);
}
.border-color-green-100 {
  border-color: var(--color-green-100);
}
.border-color-green-200 {
  border-color: var(--color-green-200);
}
.border-color-green-300 {
  border-color: var(--color-green-300);
}
.border-color-green-400 {
  border-color: var(--color-green-400);
}
.border-color-green-500 {
  border-color: var(--color-green-500);
}
.border-color-green-600 {
  border-color: var(--color-green-600);
}
.border-color-green-700 {
  border-color: var(--color-green-700);
}
.border-color-green-800 {
  border-color: var(--color-green-800);
}
.border-color-green-900 {
  border-color: var(--color-green-900);
}
.border-color-green-950 {
  border-color: var(--color-green-950);
}
.border-color-emerald-50 {
  border-color: var(--color-emerald-50);
}
.border-color-emerald-100 {
  border-color: var(--color-emerald-100);
}
.border-color-emerald-200 {
  border-color: var(--color-emerald-200);
}
.border-color-emerald-300 {
  border-color: var(--color-emerald-300);
}
.border-color-emerald-400 {
  border-color: var(--color-emerald-400);
}
.border-color-emerald-500 {
  border-color: var(--color-emerald-500);
}
.border-color-emerald-600 {
  border-color: var(--color-emerald-600);
}
.border-color-emerald-700 {
  border-color: var(--color-emerald-700);
}
.border-color-emerald-800 {
  border-color: var(--color-emerald-800);
}
.border-color-emerald-900 {
  border-color: var(--color-emerald-900);
}
.border-color-emerald-950 {
  border-color: var(--color-emerald-950);
}
.border-color-teal-50 {
  border-color: var(--color-teal-50);
}
.border-color-teal-100 {
  border-color: var(--color-teal-100);
}
.border-color-teal-200 {
  border-color: var(--color-teal-200);
}
.border-color-teal-300 {
  border-color: var(--color-teal-300);
}
.border-color-teal-400 {
  border-color: var(--color-teal-400);
}
.border-color-teal-500 {
  border-color: var(--color-teal-500);
}
.border-color-teal-600 {
  border-color: var(--color-teal-600);
}
.border-color-teal-700 {
  border-color: var(--color-teal-700);
}
.border-color-teal-800 {
  border-color: var(--color-teal-800);
}
.border-color-teal-900 {
  border-color: var(--color-teal-900);
}
.border-color-teal-950 {
  border-color: var(--color-teal-950);
}
.cursor-pointer {
  cursor: pointer;
}
.modal-header {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--color-stone-100);
}
.modal-header.error {
  background-color: var(--color-red-300);
}
.modal-header.warning {
  background-color: var(--color-yellow-200);
}
.modal-header .close {
  display: block;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  background-image: url(/assets/img/ico/close-ico-grey.svg);
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.modal-header .close:hover {
  background-image: url(/assets/img/ico/close-ico-red.svg);
}
.modal-body {
  padding: 5px 10px 5px 10px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.modal-footer {
  padding: 5px 10px 5px 10px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid var(--color-stone-300);
}
.btn-sm-rounded {
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid var(--color-stone-200);
  outline: 0;
  border-radius: 4px;
  padding: 4px 7px;
}
.btn-sm-rounded.clicked {
  background-color: var(--color-sky-100) !important;
}
.btn-sm-rounded:hover {
  background-color: var(--color-sky-100);
}
.btn-sm-flat {
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  outline: 0;
}
.btn-sm-flat:hover {
  background-color: transparent;
}
.btn-md-rounded {
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid var(--color-stone-300);
  outline: 0;
  padding: 4px 25px;
  color: var(--color-stone-600);
  border-radius: 4px;
}
.btn-md-rounded.primary {
  border-color: var(--color-sky-700);
  color: var(--color-stone-100);
  background-color: var(--color-sky-600);
}
.btn-md-rounded:hover {
  background-color: var(--color-slate-100);
}
.btn-md-rounded:hover.primary {
  background-color: var(--color-sky-800);
}
.btn-md-rounded:disabled {
  cursor: default;
  opacity: 0.5;
}
.btn-group.btn-md {
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid var(--color-stone-300);
  outline: 0;
  padding: 4px 25px;
  color: var(--color-stone-600);
}
.btn-group.btn-append {
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid var(--color-stone-300);
  outline: 0;
  color: var(--color-stone-600);
}
.btn-group.primary {
  border-color: var(--color-sky-700);
  color: var(--color-stone-100);
  background-color: var(--color-sky-600);
}
.btn-group:hover {
  background-color: var(--color-slate-100);
}
.btn-group:hover.primary {
  background-color: var(--color-sky-800);
}
.btn-group:disabled {
  cursor: default;
  opacity: 0.5;
}
.flat-input {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 34px;
  padding: 0 4px;
}
.flat-input input {
  width: 100%;
  outline: none;
  border: 1px solid var(--color-stone-300);
  border-radius: 4px;
  padding: 0 30px 0 4px;
  font-size: 12px;
  color: var(--color-stone-500);
  height: 100%;
  min-height: 28px;
  line-height: 20px;
}
.flat-input .suffix {
  position: absolute;
  top: 4px;
  right: 5px;
  display: block;
  box-sizing: border-box;
}
.big-flat-input {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 34px;
  padding: 0 4px;
}
.big-flat-input input {
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid var(--color-stone-300);
  padding: 0 8px;
  font-size: 18px;
  color: var(--color-stone-500);
  height: 100%;
  min-height: 36px;
  line-height: 20px;
}
.big-flat-input input::placeholder {
  color: var(--color-stone-400);
}
.overflow-x-auto {
  overflow-x: auto;
  overflow-y: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
  overflow-x: hidden;
}
html {
  height: 100%;
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body {
  height: 100%;
  background-color: var(--background-default);
  color: var(--color-default);
  margin: 0;
  font-family:
    "Noto Sans",
    "Roboto",
    sans-serif;
  color-scheme: light;
  font: var(--mat-sys-body-medium);
}
@media (prefers-color-scheme: dark) {
  body {
    color-scheme: dark;
  }
}
body p {
  margin-block-start: 0;
  margin-block-end: 0;
}
body span {
  line-height: 1;
}
body .mat-mdc-snack-bar-container.global-notify {
  --mdc-snackbar-container-color: tranparent;
  --mat-mdc-snack-bar-button-color: #fff;
  --mdc-snackbar-supporting-text-color: #fff;
}
body .mat-mdc-snack-bar-container.confirm-notify {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: fill;
  left: 0;
}
body .mat-mdc-snack-bar-container .mdc-snackbar__label {
  padding: 0;
}
body .mat-mdc-snack-bar-container .mdc-snackbar__surface {
  padding: 0;
}
body .backdrop-white {
  background: rgba(255, 255, 255, 0.6);
}
body .backdrop-transparent {
  background: transparent;
}
quill-editor {
  display: flex;
  flex-direction: column;
  flex: 1;
}
quill-view {
  width: 100%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
