<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  font-weight: normal;
}
body * {
  color: inherit;
}

html, body {
  font-size: 16px;
}

* {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  text-align: left;
}

img {
  border-width: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.link:hover,
a:hover {
  text-decoration: underline;
}

hr {
  height: 0;
  margin: 0.75rem 0;
  border-bottom: 0;
}

iframe {
  border: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button &gt; * {
  vertical-align: middle;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4,
p, .p, ul, ol, table {
  margin-bottom: 0.75rem;
}

h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 1.125rem;
}

h5, .h5 {
  margin-bottom: 0.3375rem;
}

h6, .h6 {
  margin-bottom: 0.2625rem;
}

dl dt, b, strong {
  font-weight: bold;
}

ul,
ol {
  margin-top: 0;
  margin-left: 2rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

small {
  font-size: 0.8125rem;
}

kbd {
  padding: 0 0.25em;
  display: inline-block;
}

pre, code, kbd {
  font-family: Consolas, "Courier New", monospace;
}

blockquote {
  font-size: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
blockquote &gt; p {
  margin-bottom: 0;
}
blockquote footer {
  font-size: 80%;
  margin-top: 0.5rem;
}

.button,
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
}
.button:not(input):empty,
button:not(input):empty,
[type=button]:not(input):empty,
[type=reset]:not(input):empty,
[type=submit]:not(input):empty {
  min-width: 2em;
  padding-left: 0;
  padding-right: 0;
}
.button *,
button *,
[type=button] *,
[type=reset] *,
[type=submit] * {
  pointer-events: none;
}

.input-group, .button,
.input,
button,
textarea,
select,
input {
  line-height: 1.5;
}

.button,
.input,
button,
textarea,
select,
input {
  padding: var(--jq-control-padding-y) var(--jq-control-padding-x);
  vertical-align: middle;
  border: solid 1px;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.disabled,
[disabled] {
  pointer-events: none;
  opacity: 0.5;
  box-shadow: none !important;
}

[type=date],
[type=datetime-local],
[type=month],
[type=number],
[type=time],
[type=week],
[type=file] {
  height: var(--jq-control-min-height);
}

[type=checkbox],
[type=radio],
[type=range] {
  min-height: auto;
}

[type=color] {
  height: var(--jq-control-min-height);
  padding: 0.375em;
  cursor: pointer;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type=color]::-webkit-color-swatch {
  border: none;
}

span.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.button:not(.link) {
  text-decoration: none !important;
}

svg {
  flex-shrink: 0 !important;
}

:root {
  --breakpoint-min-sm: 480px;
  --breakpoint-min-md: 768px;
  --breakpoint-min-lg: 1024px;
  --breakpoint-min-xl: 1215px;
  --breakpoint-max-lg: 1214.9px;
  --breakpoint-max-md: 1023.9px;
  --breakpoint-max-sm: 767.9px;
  --breakpoint-max-xs: 479.9px;
}

.grid.cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid &gt; *.col-12 {
  grid-column: span 12/span 12;
}

.grid &gt; *.col-start-12 {
  grid-column-start: 12;
}

.grid.cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid &gt; *.col-11 {
  grid-column: span 11/span 11;
}

.grid &gt; *.col-start-11 {
  grid-column-start: 11;
}

.grid.cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid &gt; *.col-10 {
  grid-column: span 10/span 10;
}

.grid &gt; *.col-start-10 {
  grid-column-start: 10;
}

.grid.cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid &gt; *.col-9 {
  grid-column: span 9/span 9;
}

.grid &gt; *.col-start-9 {
  grid-column-start: 9;
}

.grid.cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid &gt; *.col-8 {
  grid-column: span 8/span 8;
}

.grid &gt; *.col-start-8 {
  grid-column-start: 8;
}

.grid.cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid &gt; *.col-7 {
  grid-column: span 7/span 7;
}

.grid &gt; *.col-start-7 {
  grid-column-start: 7;
}

.grid.cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid &gt; *.col-6 {
  grid-column: span 6/span 6;
}

.grid &gt; *.col-start-6 {
  grid-column-start: 6;
}

.grid.cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid &gt; *.col-5 {
  grid-column: span 5/span 5;
}

.grid &gt; *.col-start-5 {
  grid-column-start: 5;
}

.grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid &gt; *.col-4 {
  grid-column: span 4/span 4;
}

.grid &gt; *.col-start-4 {
  grid-column-start: 4;
}

.grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid &gt; *.col-3 {
  grid-column: span 3/span 3;
}

.grid &gt; *.col-start-3 {
  grid-column-start: 3;
}

.grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid &gt; *.col-2 {
  grid-column: span 2/span 2;
}

.grid &gt; *.col-start-2 {
  grid-column-start: 2;
}

.grid.cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid &gt; *.col-1 {
  grid-column: span 1/span 1;
}

.grid &gt; *.col-start-1 {
  grid-column-start: 1;
}

@media (max-width: 1214.9px) {
  .grid.cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-12 {
    grid-column: span 12/span 12;
  }

  .grid &gt; *.col-start-lg-12 {
    grid-column-start: 12;
  }

  .grid.cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-11 {
    grid-column: span 11/span 11;
  }

  .grid &gt; *.col-start-lg-11 {
    grid-column-start: 11;
  }

  .grid.cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-10 {
    grid-column: span 10/span 10;
  }

  .grid &gt; *.col-start-lg-10 {
    grid-column-start: 10;
  }

  .grid.cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-9 {
    grid-column: span 9/span 9;
  }

  .grid &gt; *.col-start-lg-9 {
    grid-column-start: 9;
  }

  .grid.cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-8 {
    grid-column: span 8/span 8;
  }

  .grid &gt; *.col-start-lg-8 {
    grid-column-start: 8;
  }

  .grid.cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-7 {
    grid-column: span 7/span 7;
  }

  .grid &gt; *.col-start-lg-7 {
    grid-column-start: 7;
  }

  .grid.cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-6 {
    grid-column: span 6/span 6;
  }

  .grid &gt; *.col-start-lg-6 {
    grid-column-start: 6;
  }

  .grid.cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-5 {
    grid-column: span 5/span 5;
  }

  .grid &gt; *.col-start-lg-5 {
    grid-column-start: 5;
  }

  .grid.cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-4 {
    grid-column: span 4/span 4;
  }

  .grid &gt; *.col-start-lg-4 {
    grid-column-start: 4;
  }

  .grid.cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-3 {
    grid-column: span 3/span 3;
  }

  .grid &gt; *.col-start-lg-3 {
    grid-column-start: 3;
  }

  .grid.cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-2 {
    grid-column: span 2/span 2;
  }

  .grid &gt; *.col-start-lg-2 {
    grid-column-start: 2;
  }

  .grid.cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid &gt; *.col-lg-1 {
    grid-column: span 1/span 1;
  }

  .grid &gt; *.col-start-lg-1 {
    grid-column-start: 1;
  }
}
@media (max-width: 1023.9px) {
  .grid.cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-12 {
    grid-column: span 12/span 12;
  }

  .grid &gt; *.col-start-md-12 {
    grid-column-start: 12;
  }

  .grid.cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-11 {
    grid-column: span 11/span 11;
  }

  .grid &gt; *.col-start-md-11 {
    grid-column-start: 11;
  }

  .grid.cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-10 {
    grid-column: span 10/span 10;
  }

  .grid &gt; *.col-start-md-10 {
    grid-column-start: 10;
  }

  .grid.cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-9 {
    grid-column: span 9/span 9;
  }

  .grid &gt; *.col-start-md-9 {
    grid-column-start: 9;
  }

  .grid.cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-8 {
    grid-column: span 8/span 8;
  }

  .grid &gt; *.col-start-md-8 {
    grid-column-start: 8;
  }

  .grid.cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-7 {
    grid-column: span 7/span 7;
  }

  .grid &gt; *.col-start-md-7 {
    grid-column-start: 7;
  }

  .grid.cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-6 {
    grid-column: span 6/span 6;
  }

  .grid &gt; *.col-start-md-6 {
    grid-column-start: 6;
  }

  .grid.cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-5 {
    grid-column: span 5/span 5;
  }

  .grid &gt; *.col-start-md-5 {
    grid-column-start: 5;
  }

  .grid.cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-4 {
    grid-column: span 4/span 4;
  }

  .grid &gt; *.col-start-md-4 {
    grid-column-start: 4;
  }

  .grid.cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-3 {
    grid-column: span 3/span 3;
  }

  .grid &gt; *.col-start-md-3 {
    grid-column-start: 3;
  }

  .grid.cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-2 {
    grid-column: span 2/span 2;
  }

  .grid &gt; *.col-start-md-2 {
    grid-column-start: 2;
  }

  .grid.cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid &gt; *.col-md-1 {
    grid-column: span 1/span 1;
  }

  .grid &gt; *.col-start-md-1 {
    grid-column-start: 1;
  }
}
@media (max-width: 767.9px) {
  .grid.cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-12 {
    grid-column: span 12/span 12;
  }

  .grid &gt; *.col-start-sm-12 {
    grid-column-start: 12;
  }

  .grid.cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-11 {
    grid-column: span 11/span 11;
  }

  .grid &gt; *.col-start-sm-11 {
    grid-column-start: 11;
  }

  .grid.cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-10 {
    grid-column: span 10/span 10;
  }

  .grid &gt; *.col-start-sm-10 {
    grid-column-start: 10;
  }

  .grid.cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-9 {
    grid-column: span 9/span 9;
  }

  .grid &gt; *.col-start-sm-9 {
    grid-column-start: 9;
  }

  .grid.cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-8 {
    grid-column: span 8/span 8;
  }

  .grid &gt; *.col-start-sm-8 {
    grid-column-start: 8;
  }

  .grid.cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-7 {
    grid-column: span 7/span 7;
  }

  .grid &gt; *.col-start-sm-7 {
    grid-column-start: 7;
  }

  .grid.cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-6 {
    grid-column: span 6/span 6;
  }

  .grid &gt; *.col-start-sm-6 {
    grid-column-start: 6;
  }

  .grid.cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-5 {
    grid-column: span 5/span 5;
  }

  .grid &gt; *.col-start-sm-5 {
    grid-column-start: 5;
  }

  .grid.cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-4 {
    grid-column: span 4/span 4;
  }

  .grid &gt; *.col-start-sm-4 {
    grid-column-start: 4;
  }

  .grid.cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-3 {
    grid-column: span 3/span 3;
  }

  .grid &gt; *.col-start-sm-3 {
    grid-column-start: 3;
  }

  .grid.cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-2 {
    grid-column: span 2/span 2;
  }

  .grid &gt; *.col-start-sm-2 {
    grid-column-start: 2;
  }

  .grid.cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid &gt; *.col-sm-1 {
    grid-column: span 1/span 1;
  }

  .grid &gt; *.col-start-sm-1 {
    grid-column-start: 1;
  }
}
@media (max-width: 479.9px) {
  .grid.cols-xs-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-12 {
    grid-column: span 12/span 12;
  }

  .grid &gt; *.col-start-xs-12 {
    grid-column-start: 12;
  }

  .grid.cols-xs-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-11 {
    grid-column: span 11/span 11;
  }

  .grid &gt; *.col-start-xs-11 {
    grid-column-start: 11;
  }

  .grid.cols-xs-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-10 {
    grid-column: span 10/span 10;
  }

  .grid &gt; *.col-start-xs-10 {
    grid-column-start: 10;
  }

  .grid.cols-xs-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-9 {
    grid-column: span 9/span 9;
  }

  .grid &gt; *.col-start-xs-9 {
    grid-column-start: 9;
  }

  .grid.cols-xs-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-8 {
    grid-column: span 8/span 8;
  }

  .grid &gt; *.col-start-xs-8 {
    grid-column-start: 8;
  }

  .grid.cols-xs-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-7 {
    grid-column: span 7/span 7;
  }

  .grid &gt; *.col-start-xs-7 {
    grid-column-start: 7;
  }

  .grid.cols-xs-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-6 {
    grid-column: span 6/span 6;
  }

  .grid &gt; *.col-start-xs-6 {
    grid-column-start: 6;
  }

  .grid.cols-xs-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-5 {
    grid-column: span 5/span 5;
  }

  .grid &gt; *.col-start-xs-5 {
    grid-column-start: 5;
  }

  .grid.cols-xs-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-4 {
    grid-column: span 4/span 4;
  }

  .grid &gt; *.col-start-xs-4 {
    grid-column-start: 4;
  }

  .grid.cols-xs-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-3 {
    grid-column: span 3/span 3;
  }

  .grid &gt; *.col-start-xs-3 {
    grid-column-start: 3;
  }

  .grid.cols-xs-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-2 {
    grid-column: span 2/span 2;
  }

  .grid &gt; *.col-start-xs-2 {
    grid-column-start: 2;
  }

  .grid.cols-xs-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid &gt; *.col-xs-1 {
    grid-column: span 1/span 1;
  }

  .grid &gt; *.col-start-xs-1 {
    grid-column-start: 1;
  }
}
.icon-wrapper {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.control-wrapper {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}

.caret:after {
  content: "";
  display: inline-block;
  position: relative;
  opacity: 0.85;
  margin-left: 0.375em;
  height: 0;
  width: 0;
  border: solid 0.375em transparent;
  border-top: solid 0.375em;
  border-bottom: 0;
  vertical-align: middle;
  transform: scaleX(0.85);
}

.caret:empty:after {
  margin-left: 0;
  vertical-align: baseline;
}

body {
  color: rgb(var(--jq-text-color));
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(var(--jq-text-heading));
}

code {
  color: rgb(var(--jq-text-code));
}

a {
  color: rgb(var(--jq-text-link));
}

blockquote {
  border-left: solid 6px var(--jq-gray-300);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.ripple-tap-highlight {
  border-radius: 100%;
  transition: all 0.35s ease-in-out;
  opacity: 0.1;
  transform-origin: center;
  position: absolute !important;
  background-color: currentColor;
}

.ripple * {
  pointer-events: none;
}

[dismissable] {
  transition: opacity 0.25s;
}

.dismissable-ui-helper {
  transition: height 0.3s ease, width 0.25s ease;
}

.sortable {
  position: relative !important;
}
.sortable .glyph-list-group &gt; * {
  background-color: white;
  z-index: 1;
}
.sortable tbody tr {
  position: relative !important;
  z-index: 1;
}

.sortable-dragging td &gt; * {
  pointer-events: none;
}

@font-face {
  font-family: "jqarta-core";
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAXcAAoAAAAACZAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAADKAAAAnEAAARgKGRKxkZGVE0AAAWcAAAAHAAAAByXGmmTT1MvMgAAAVQAAABHAAAAYFZhYcljbWFwAAACxAAAAEkAAAFCIDEa8WhlYWQAAAD0AAAANQAAADYeVO1SaGhlYQAAASwAAAAdAAAAJAdkAyNobXR4AAAFuAAAACQAAAAkDO4FSm1heHAAAAFMAAAABgAAAAYAEFAAbmFtZQAAAZwAAAEnAAACGT9TPTFwb3N0AAADEAAAABYAAAAg/7gAM3icY2BkYGAA4oC3LOfj+W2+MnAzvwCKMNyNqlgKpj8bFjAw/LdgfsGsAORyMDCBRAFVNAu8AAAAeJxjYGRgYFb4b8EQxfyCAQiAJCMDKmACAFq8A48AAAAAAFAAABAAAHicY2BhfsE4gYGVgYGpi2k3AwNDD4RmvM9gyMgEFGVg5WSAAUYGJBCQ5prC0MCgyKDPrPDfgiGKWYHhBIoaBSBkBABfDwrZAHichY4xb8IwEIWfIVBlqRAjk6cKJBI5oeqAuiFlKkORCnNErBApSpAxA1PH/pv+m/6bDn0ObpcOWLLv8927uwfgHp8QuJ4JnjwLhNCee7jDu+c+HvDlOUAoRp4HGIlnz0PmcypFEPL32HU5Fhjj1XOPe1vPfbzgw3NAzbfnAaSYeB5iLNZYseeICwwqlDjAQmKKPWaMKRRvgjl5x3qNAjkaYNUeL6YqD1ZO9zOZqjSZy11VFzlrbxRYii3lmg0JU42tbK0L4oa5EmfWcq7ERpfnOidktOH6XDRU6G59TAMSS97/U6/5BRURfynfX7vI2sZmrSm1TGMll/JvP3mhoiSNnOVbVrfMGZxYd9Ykhysq4i46W9hqc6raRiqVxEopeWPgD/jhUMQAeJxjYGBgZoBgGQZGBhCwAfIYwXwWBgUgzQKEIL7+//9AUvH///8PoCoZGNkYYEzcgJGJmYWVjZ2Dk4ubh5ePn5DyoQYAzQYHWQAAAHicY2BmAIP/WxmMgBQjAxoAACzTAesAAHicXVM9iBNBFH6zm81xSS6XiCvBiyRIBMVTvBRyNseKFxuba+SaWIgRL3JcRHKKEDCFxcFKtNFCQeGaaL8WEhZiZWXnNXZWV4nlzO4mGefNbJzc7Wy++fne9743sxMCiQQQQlK3d9rN9vb9xgoQAwhcZovAlggrGuyMyQqJlxniRvWwE3hWEZ4vFgFyRfiQL8LpYuLmCTBRswQVuHSj9ejZ4+aDrXb5/L0L5eqV6spyebO53bi7899BW4nHABMSYEES5mAL5iEFacjAAmRhEXKQw7xn4R14cAB/yTy5RlrkIzkw0sZ146t51WyaL1yf1Xzi+4Hnm/6psMA+TwpJf/TUZrXAG9Xmsty41QU6tDlpOKCAf+oCh00Bk/fDWdCsBDk9FiJlmtWgWQQry8naUPk+RKNfDriylJjhkHQgJsk5zP4mHllZtsfJb2RRpQhUupKBJ0PUoUSKx55kuPHagWDDHlVGFSZ+cSl3MPN3zFzFQlfjEcYfyvIwOt7y/jRi8mOqkiO15X1UhQUOr4S/8kAXNFDHccRAylW9q2InTLqggTr2owZSJVnMJGqDQwdrY61Ri8Ma7mMdBU2MfevMAv8Ws0JlgtpRi7XUOh9Mw6RUg8yJLJ5DKf5MA8yOwH9inRcxeN2ZBc1KkNNjIVKmWQ2aRbCy+Hcibtgx2V7g2VE/2hWtH/Wp6GlftF0qezET6yVOSl0Yb9j6dkZ1Wo9E07eZyhVa17dQzacrShXV8YD/CDJPOPmCvcnN5a66TnbUo70oH/VEy4tRjwqkvaSWwACTi4kdWDQ/tpLZsHPStd1MiubFG/BMJuyk5WDhH6ZC8jQAAAAAAAABAAAAANvMv30AAAAA3Vp4pQAAAADd8zFwA+gAAAPoADgBPgE+AM4AzgEAAQAAZABkAOcA5wAMAAAAuwC7);
  font-weight: 400;
  font-style: normal;
}
[class^=glyph-], [class*=" glyph-"] {
  font-family: jqarta-core;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 1em;
  width: 1em;
}

.glyph-cross:before {
  content: "!";
}

.glyph-caret-left:before {
  content: '"';
}

.glyph-caret-right:before {
  content: "#";
}

.glyph-caret-up:before {
  content: "$";
}

.glyph-caret-down:before {
  content: "%";
}

.glyph-chevron-left:before {
  content: "&amp;";
}

.glyph-chevron-right:before {
  content: "'";
}

.glyph-chevron-up:before {
  content: "(";
}

.glyph-chevron-down:before {
  content: ")";
}

.glyph-chevron-next:before {
  content: "+";
}

.glyph-cross-light:before {
  content: ",";
}

.glyph-times-circle:before {
  content: "-";
}

.glyph-plus:before {
  content: ".";
}

.glyph-min:before {
  content: "/";
}

.glyph-chevron-next:before {
  content: ")";
}

.glyph-chevron-prev:before {
  content: "*";
}

.glyph-caret-start:before {
  content: '"';
}

.glyph-caret-end:before {
  content: "#";
}

.glyph-chevron-start:before {
  content: "&amp;";
}

.glyph-chevron-end:before {
  content: "'";
}

.avatar {
  color: rgb(var(--jq-gray-contrast-text));
  background-color: rgb(var(--jq-gray));
  border-color: var(--jq-paper-color);
  height: 1em;
  width: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  vertical-align: middle;
  user-select: none;
  min-height: auto;
  position: relative;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  border-width: 0;
  padding: 0;
  box-sizing: content-box;
}
.avatar &gt; .avatar-label {
  font-size: 45%;
}
.avatar &gt; .avatar-image {
  height: 1em;
  width: 1em;
  object-fit: cover;
  border-radius: inherit;
}
.avatar .badge {
  font-size: 12px;
}
.avatar [class^=badge-], .avatar [class*=" badge-"] {
  z-index: 1;
}

.avatar-group &gt; .avatar + .avatar {
  margin-left: -0.45em;
}

ul.list-group {
  list-style: none;
  margin-left: 0;
}

.list-group {
  display: flex !important;
  flex-direction: column;
  border-radius: 5px;
}
.list-group &gt; button.list-item {
  border: 0;
  text-align: left;
}
.list-group &gt; .list-item {
  line-height: 1.5;
  background: transparent;
  padding: 0.625em 1em;
  position: relative;
  text-decoration: none !important;
  color: inherit;
  transition: background-color 0.2s;
}
.list-group &gt; .list-item &gt; svg {
  height: 1em;
  width: 1em;
  margin-right: 10px;
}
.list-group &gt; .list-item.active {
  z-index: 1;
}
.list-group &gt; .list-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group &gt; .list-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group &gt; .list-divider {
  margin: 0.625em 1em;
}
.list-group &gt; hr {
  margin: 0.625em 0;
}
.list-group &gt; .list-divider {
  display: block;
  height: 0;
  border-top: solid 1px;
}
.list-group.list-button {
  cursor: pointer;
}

.list-group.list-border-divider &gt; .list-item, .list-group.list-bordered &gt; .list-item {
  border: solid 1px;
}
.list-group.list-border-divider &gt; .list-item + .list-item, .list-group.list-bordered &gt; .list-item + .list-item {
  border-top-width: 0;
}
.list-group.list-border-divider &gt; .list-item + .list-item.active, .list-group.list-bordered &gt; .list-item + .list-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group.list-border-divider &gt; .list-item {
  border-left: 0;
  border-right: 0;
}
.list-group.list-border-divider &gt; .list-item:first-child {
  border-top: 0;
}
.list-group.list-border-divider &gt; .list-item:last-child {
  border-bottom: 0;
}

.list-group {
  --jq-list-bg: rgb(var(--jq-paper-color));
  --jq-list-border: var(--jq-divider);
  --jq-list-bg-hover: rgba(var(--jq-control-text-rgb), var(--jq-control-translucent-hover));
  --jq-list-bg-tap: rgba(var(--jq-control-text-rgb), var(--jq-control-translucent-tap));
  --jq-list-bg-active: rgba(var(--jq-control-text-rgb), var(--jq-control-translucent-active));
  --jq-list-text: rgb(var(--jq-control-text-rgb));
  --jq-list-text-active: var(--jq-list-text);
  background-color: var(--jq-list-bg);
  color: var(--jq-list-text);
}
.list-group.list-button &gt; *.list-item.tap {
  background-color: var(--jq-list-bg-tap);
}
.list-group &gt; *.list-item.active {
  z-index: 1;
  color: var(--jq-list-text-active) !important;
  background-color: var(--jq-list-bg-active) !important;
}
.list-group &gt; .list-divider {
  border-color: var(--jq-list-border);
}
.list-group.list-border-divider &gt; .list-item, .list-group.list-bordered &gt; .list-item {
  border-color: var(--jq-list-border);
}

@media (hover: hover) {
  .list-group.list-button &gt; .list-item:hover {
    background-color: var(--jq-list-bg-hover);
  }
  .list-group.list-button &gt; .list-item:not(.ripple):active {
    background-color: var(--jq-list-bg-tap) !important;
  }
}
.form-fieldset {
  padding: 1.5rem 0;
  border: 0;
  border-top: solid 1px var(--jq-divider);
  position: relative;
  margin-bottom: 1rem;
}

.form-fieldset &gt; legend {
  font-weight: 500;
  padding-right: 8px;
}

.form-fieldset,
.form {
  justify-content: flex-end;
  display: flex;
}
.form-fieldset:not(.columns),
.form:not(.columns) {
  flex-direction: column;
}
.form-fieldset &gt; div,
.form &gt; div {
  padding-bottom: 0.75rem;
}
.form-fieldset .form-label,
.form .form-label {
  padding-bottom: 0.25rem;
  display: block;
}

.form.grid {
  align-items: baseline;
}

.button {
  border-width: 0;
  border-radius: var(--jq-control-border-radius);
  user-select: none;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out;
  min-height: var(--jq-control-min-height);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.button.link {
  border-color: transparent !important;
  background: none !important;
}
.button.rounded-circle {
  padding: var(--jq-control-padding-y) var(--jq-control-padding-y) !important;
  width: var(--jq-control-min-height);
  min-width: var(--jq-control-min-height);
}

.button {
  --jq-button-text: rgb(var(--jq-text-high-emphasis));
  --jq-button-text-hover: var(--jq-button-text);
  --jq-button-text-tap: var(--jq-button-text);
  --jq-button-text-active: var(--jq-button-text);
  --jq-button-border: var(--jq-control-border);
  --jq-button-border-tap: var(--jq-button-border);
  --jq-button-border-active: var(--jq-button-border);
  --jq-button-border-hover: var(--jq-button-border);
  --jq-button-bg: none;
  --jq-button-bg-hover: rgba(var(--jq-control-text-rgb), var(--jq-control-translucent-hover));
  --jq-button-bg-tap: rgba(var(--jq-control-text-rgb), var(--jq-control-translucent-tap));
  --jq-button-bg-active: rgba(var(--jq-control-text-rgb), var(--jq-control-translucent-active));
  font-weight: var(--jq-control-font-weight);
  color: var(--jq-button-text);
  background: var(--jq-button-bg);
  border-color: var(--jq-button-border);
}
.button.fill {
  --jq-button-bg: var(--jq-control-bg-fill);
  --jq-button-bg-hover: var(--jq-control-bg-fill-hover);
  --jq-button-bg-tap: var(--jq-control-bg-fill-tap);
  --jq-button-bg-active: var(--jq-control-bg-fill-active);
}
.button.outline {
  border-style: solid;
  border-width: 1px;
}
.button.tap {
  color: var(--jq-button-text-tap);
  border-color: var(--jq-button-border-tap);
  background: var(--jq-button-bg-tap);
}
.button.link {
  color: rgb(var(--jq-text-link)) !important;
}
.button.link:focus {
  outline: 1px dotted var(--jq-gray-400);
}

input[type=radio]:checked + label.button,
input[type=checkbox]:checked + label.button,
.button.active {
  color: var(--jq-button-text-active);
  border-color: var(--jq-button-border-active);
  background: var(--jq-button-bg-active);
}

.button:focus-visible {
  outline: 0;
  color: var(--jq-button-text-active);
  background: var(--jq-button-bg-active);
}

@media (hover: hover) and (pointer: fine) {
  .button:not(.link).outline:not(.ripple):active {
    border-color: var(--jq-button-border-tap);
  }
  .button:not(.link):not(label):not(.active):hover {
    color: var(--jq-button-text-hover);
    border-color: var(--jq-button-border-hover);
    background: var(--jq-button-bg-hover);
  }
  .button:not(.link):not(.ripple):active {
    color: var(--jq-button-text-tap) !important;
    border-color: var(--jq-button-border-tap) !important;
    background: var(--jq-button-bg-tap) !important;
  }

  input[type=radio]:not(:checked) + label.button:hover,
input[type=checkbox]:not(:checked) + label.button:hover {
    color: var(--jq-button-text-hover);
    border-color: var(--jq-button-border-hover);
    background: var(--jq-button-bg-hover);
  }
}
.button[class^=ui-], .button[class*=" ui-"] {
  --jq-button-text: var(--jq-fore-color);
  --jq-button-text-hover: var(--jq-fore-color);
  --jq-button-text-tap: var(--jq-fore-color);
  --jq-button-text-active: var(--jq-fore-color);
  --jq-button-bg-hover: rgba(var(--jq-fore-color-rgb), var(--jq-control-translucent-hover));
  --jq-button-bg-tap: rgba(var(--jq-fore-color-rgb), var(--jq-control-translucent-tap));
  --jq-button-bg-active: rgba(var(--jq-fore-color-rgb), var(--jq-control-translucent-active));
}

.button.fill[class^=ui-], .button.fill[class*=" ui-"] {
  --jq-button-text: var(--jq-contrast-text);
  --jq-button-text-hover: var(--jq-contrast-text);
  --jq-button-text-tap: var(--jq-contrast-text);
  --jq-button-text-active: var(--jq-contrast-text);
  --jq-button-bg: var(--jq-color);
  --jq-button-bg-hover: var(--jq-hover);
  --jq-button-bg-tap: var(--jq-tap);
  --jq-button-bg-active: var(--jq-active);
}

.button.outline[class^=ui-], .button.outline[class*=" ui-"] {
  --jq-button-text: var(--jq-fore-color);
  --jq-button-text-hover: var(--jq-contrast-text);
  --jq-button-text-tap: var(--jq-contrast-text);
  --jq-button-text-active: var(--jq-contrast-text);
  --jq-button-border: var(--jq-fore-color);
  --jq-button-border-tap: var(--jq-color);
  --jq-button-border-hover: var(--jq-color);
  --jq-button-border-active: var(--jq-color);
  --jq-button-bg-hover: var(--jq-color);
  --jq-button-bg-tap: var(--jq-color);
  --jq-button-bg-active: var(--jq-color);
}

@media (hover: hover) and (pointer: fine) {
  .button.outline[class^=ui-], .button.outline[class*=" ui-"] {
    --jq-button-border-tap: var(--jq-hover);
    --jq-button-bg-tap: var(--jq-hover);
  }
}
.button-group {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.button-group &gt; .button:not(:first-child):is(.outline) {
  margin-left: -1px;
}
.button-group &gt; :first-child &gt; .button,
.button-group &gt; *:first-child {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}
.button-group &gt; :last-child &gt; .button,
.button-group &gt; .button:last-of-type,
.button-group &gt; label:last-of-type {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}
.button-group.rounded-pill &gt; *:first-child {
  padding-left: var(--jq-control-padding-x-pill);
}
.button-group.rounded-pill &gt; *:last-child {
  padding-right: var(--jq-control-padding-x-pill);
}
.button-group &gt; .button.active,
.button-group-vertical &gt; .button.active {
  z-index: 1;
}

.button-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.button-group-vertical &gt; * {
  width: 100%;
}
.button-group-vertical &gt; * .button {
  display: block;
  width: 100%;
  border-radius: inherit;
}
.button-group-vertical &gt; .button:not(:first-child),
.button-group-vertical &gt; *:not(:first-child) .button {
  margin-top: -1px;
}
.button-group-vertical.fluid {
  display: flex;
}
.button-group-vertical &gt; :first-child &gt; .button,
.button-group-vertical &gt; *:first-child {
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
}
.button-group-vertical &gt; :last-child &gt; .button,
.button-group-vertical &gt; .button:last-of-type,
.button-group-vertical &gt; label:last-of-type {
  border-bottom-left-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}

.button-group,
.button-group-vertical {
  display: inline-flex;
  position: relative;
  border-radius: var(--jq-control-border-radius);
}
.button-group &gt; *:not(.button),
.button-group-vertical &gt; *:not(.button) {
  position: relative;
}
.button-group &gt; *, .button-group &gt; label &gt; .button,
.button-group-vertical &gt; *,
.button-group-vertical &gt; label &gt; .button {
  border-radius: 0;
}
.button-group &gt; label &gt; .button,
.button-group-vertical &gt; label &gt; .button {
  display: block;
}
.button-group &gt; label &gt; input,
.button-group-vertical &gt; label &gt; input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.button-group input + .button, .button-group + .button,
.button-group-vertical input + .button,
.button-group-vertical + .button {
  position: relative;
}
.button-group input:checked + .button,
.button-group-vertical input:checked + .button {
  z-index: 1;
}
.button-group input:focus + .button, .button-group:focus + .button,
.button-group-vertical input:focus + .button,
.button-group-vertical:focus + .button {
  z-index: 2;
}

.input,
.input-color {
  outline: none;
  border-radius: var(--jq-control-border-radius);
  transition: box-shadow 0.15s;
}

.input {
  width: 100%;
  min-width: var(--jq-control-min-height);
  min-height: var(--jq-control-min-height);
}

.input-color {
  width: var(--jq-control-min-height);
}

select.input,
[type=file].input,
[type=date].input,
[type=datetime-local].input,
[type=month].input,
[type=time].input,
[type=week].input {
  background-repeat: no-repeat;
  background-position: right var(--jq-control-padding-x) center;
  background-size: 1.25em;
}

.input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

@media (hover: none) and (pointer: coarse) {
  [type=date].input,
[type=datetime-local].input,
[type=month].input,
[type=time].input,
[type=week].input {
    appearance: none;
    padding-right: calc(var(--jq-control-padding-x) + em(20));
  }
}
select.input {
  appearance: none;
  background-size: 0.625em 0.5em;
  padding-right: calc(var(--jq-control-padding-x) * 2.5);
}

[type=file].input::-webkit-file-upload-button {
  position: absolute;
  opacity: 0;
}

[type=file].input::file-selector-button {
  position: absolute;
  opacity: 0;
}

.input {
  border-color: var(--jq-input-border);
  background-color: var(--jq-input-bg);
  color: var(--jq-text-color);
}
.input.fill {
  --jq-input-bg: var(--jq-input-bg-fill) !important;
  --jq-input-border: transparent;
}
.input:not([readonly]):focus-within, .input:not([readonly]):focus {
  border-color: var(--jq-input-border-focus) !important;
}

form:not(.form-validation) .input:invalid,
form.was-validated .input:invalid,
form .input.is-invalid {
  --jq-input-border: rgb(var(--jq-error));
  --jq-input-border-focus: rgb(var(--jq-error));
}
form:not(.form-validation) .input:invalid:focus,
form.was-validated .input:invalid:focus,
form .input.is-invalid:focus {
  box-shadow: 0px 0px 0px 1px rgb(var(--jq-error), 0.35) inset;
}

input.radio,
input.checkbox {
  vertical-align: text-top;
  appearance: none;
  padding: 0;
  outline: none;
  border: solid 2px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
input.radio:checked,
input.checkbox:checked {
  background-size: 1.125em 1.125em;
}

input.checkbox {
  height: 1.125em;
  width: 1.125em;
  border-radius: 0.1875rem;
  transition: background-color 0.2s, box-shadow 0.15s;
}

input.radio {
  height: 1.125em;
  width: 1.125em;
  border-radius: 100%;
  background-size: 0em 0em;
  transition: background-size 0.2s, box-shadow 0.15s;
}

input.checkbox {
  background-color: transparent;
  border-color: var(--jq-gray-500);
}
input.checkbox:checked {
  background-color: rgb(var(--jq-primary-fore-color));
  border-color: rgb(var(--jq-primary-fore-color));
}
input.checkbox:indeterminate {
  background-color: rgb(var(--jq-primary-fore-color));
  border-color: rgb(var(--jq-primary-fore-color));
}

input.radio {
  background-color: transparent;
  border-color: var(--jq-gray-600);
}
input.radio:checked {
  background-color: transparent;
  border-color: rgb(var(--jq-primary-fore-color));
}

input.checkbox:focus-visible,
input.radio:focus-visible {
  box-shadow: 0 0 0 0.25em rgba(var(--jq-text-color), 0.15);
}
input.checkbox:checked:focus-visible,
input.radio:checked:focus-visible {
  box-shadow: 0 0 0 0.25em rgba(var(--jq-primary-fore-color), 0.25);
}

.labeled-control {
  display: flex;
}
.labeled-control &gt; input.radio,
.labeled-control &gt; input.checkbox {
  position: relative;
  top: 0.125em;
}
.labeled-control:not(.flex-row-reverse) &gt; input.radio + *,
.labeled-control:not(.flex-row-reverse) &gt; input.checkbox + * {
  margin-left: 0.5em;
}
.labeled-control.flex-row-reverse &gt; input.radio + *,
.labeled-control.flex-row-reverse &gt; input.checkbox + * {
  margin-right: 0.5em;
}

.labeled-control input[type=radio][disabled] + *,
.labeled-control input[type=checkbox][disabled] + *,
input[type=radio][disabled] + label,
input[type=checkbox][disabled] + label {
  pointer-events: none;
  opacity: 0.5;
  box-shadow: none !important;
}

.labeled-control + .labeled-control {
  margin-top: 0.3125rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-left: 0.375rem;
}

.switch2 {
  --jq-switch-border-radius: var(--jq-control-min-height);
  --jq-switch-width: 2.125em;
  --jq-switch-thumb-width: 1.25em;
  --jq-switch-bar-height: 1.25em;
  --jq-switch-bar-padding: 0.125em;
  --jq-switch-bg: rgb(var(--jq-gray));
  --jq-switch-bg-checked: rgb(var(--jq-primary));
  --jq-switch-bg-thumb: rgb(var(--jq-light));
  --jq-switch-bg-thumb-checked: rgb(var(--jq-light));
  --jq-switch-thumb-box-shadow: none;
  --jq-switch-thumb-size: calc(var(--jq-switch-thumb-width) - (var(--jq-switch-bar-padding)*2));
  position: relative;
  display: inline-flex;
}
.switch2.switch-slider {
  --jq-switch-width: 2.25em;
  --jq-switch-thumb-width: 1.1875em;
  --jq-switch-bar-height: .75em;
  --jq-switch-bar-padding: 0em;
  --jq-switch-thumb-box-shadow: 0px 1px 5px rgba(0,0,0,0.45);
}
.switch2 input {
  appearance: none;
  height: var(--jq-control-min-height);
  width: var(--jq-switch-width);
  opacity: 0;
  cursor: pointer;
}
.switch2 input ~ * {
  cursor: pointer;
}
.switch2 input:disabled ~ * {
  opacity: 0.5;
}
.switch2 .switch-bar {
  border-radius: var(--jq-control-min-height);
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  height: var(--jq-switch-bar-height);
  width: var(--jq-switch-width);
  top: calc( (var(--jq-control-min-height) - var(--jq-switch-bar-height)) / 2);
  transition: background-color 0.35s;
}
.switch2 .switch-bar .switch-thumb {
  transition: left 0.15s, right 0.15s;
  position: absolute;
  left: var(--jq-switch-bar-padding);
  height: var(--jq-switch-thumb-size);
  width: var(--jq-switch-thumb-size);
  top: calc( (var(--jq-switch-bar-height) - var(--jq-switch-thumb-size)) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}
.switch2 .switch-bar .switch-thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  transition: background-color 0.2s;
}
.switch2 .switch-bar .switch-thumb:before {
  transition: background-color 0.2s;
  content: "";
  transform: scale(0.25, 0.25);
  border-radius: inherit;
  flex-shrink: 0;
  display: block;
  position: relative;
  width: var(--jq-control-min-height);
  height: var(--jq-control-min-height);
  transition: opacity 0.2s, transform 0.2s;
}
.switch2 input:checked + .switch-bar .switch-thumb {
  left: calc( var(--jq-switch-bar-padding) + (var(--jq-switch-width) - var(--jq-switch-thumb-width)));
}
.switch2 .switch-bar {
  background-color: var(--jq-switch-bg);
}
.switch2 .switch-bar .switch-thumb:after {
  background-color: var(--jq-switch-bg-thumb);
  box-shadow: var(--jq-switch-thumb-box-shadow);
}
.switch2 .switch-bar .switch-thumb:before {
  background-color: var(--jq-gray-500);
}
.switch2 input:checked + .switch-bar {
  background-color: var(--jq-switch-bg-checked);
}
.switch2 input:checked + .switch-bar .switch-thumb:after {
  background-color: var(--jq-switch-bg-thumb-checked);
}
.switch2 input:checked + .switch-bar .switch-thumb:before {
  background-color: var(--jq-switch-bg-checked);
}

.switch2:hover .switch-bar {
  z-index: 1;
}

@media (hover: hover) {
  .switch2 input:not([disabled]):hover + .switch-bar :before {
    opacity: 0.1;
    transform: scale(1, 1);
  }
}
.switch2 input:focus-visible + .switch-bar :before {
  opacity: 0.25;
  transform: scale(1, 1);
}

label.switch2 {
  display: flex;
  align-items: center;
}
label.switch2:before {
  content: "";
  display: inline-block;
  height: var(--jq-control-min-height);
}
label.switch2 input {
  position: absolute;
}
label.switch2 .switch-bar {
  flex-shrink: 0;
  margin-right: 0.5em;
  position: relative;
  display: inline-flex;
  top: 0;
}

.input-range {
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  background: none;
}

.input-range::-moz-range-track {
  width: 100%;
  height: 0.375em;
  border-radius: var(--jq-control-border-radius);
  appearance: none;
}

.input-range::-moz-range-thumb {
  height: 1em;
  width: 1em;
  border: 0;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.375em;
  border-radius: var(--jq-control-border-radius);
  appearance: none;
}

.input-range::-webkit-slider-thumb {
  appearance: none;
  margin-top: -0.3125em;
  height: 1em;
  width: 1em;
  border: 0;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group {
  display: flex;
  border-radius: var(--jq-control-border-radius);
}
.input-group &gt; label {
  border: solid 1px;
  border-color: var(--jq-control-border);
  background-color: var(--jq-gray-50);
  padding: var(--jq-control-padding-y) var(--jq-control-padding-x);
  white-space: nowrap;
}
.input-group &gt; * {
  margin-top: 0 !important;
}
.input-group .input-group-button {
  position: relative;
}
.input-group &gt; *:not(:first-child) {
  margin-left: -1px;
}
.input-group &gt; *, .input-group .button {
  border-radius: 0;
}
.input-group &gt; *:first-child {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}
.input-group &gt; *:last-child,
.input-group &gt; *:last-child &gt; .button {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}
.input-group input:focus {
  z-index: 1;
}

.input-box {
  position: relative;
}
.input-box.fill {
  --jq-input-bg: var(--jq-input-bg-fill) !important;
  --jq-input-border: transparent;
}
.input-box:not(.fill):not(.outline) .input {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  box-shadow: none !important;
}
.input-box &gt; .input {
  min-height: auto;
  width: 100%;
}
.input-box &gt; .input:not(textarea) {
  height: auto !important;
}
.input-box:not(.fill):not(.outline) &gt; .input {
  border-radius: 0 !important;
}
.input-box label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  transform-origin: top left;
  transition: opacity 0.1s ease-in-out, transform 0.2s ease-in-out;
}
.input-box &gt; .input,
.input-box &gt; .input ~ label {
  padding-left: 0;
  padding-top: 1.875em;
  padding-bottom: 0.3125em;
}
.input-box.fill .input ~ label, .input-box.outline .input ~ label {
  left: var(--jq-control-padding-x);
  top: -0.65em;
}
.input-box.fill .input, .input-box.outline .input {
  padding-left: var(--jq-control-padding-x);
}
.input-box &gt; .input::-webkit-input-placeholder {
  opacity: 0;
}
.input-box &gt; .input::-moz-placeholder {
  opacity: 0;
}
.input-box &gt; textarea.input {
  min-height: 3.8125em;
  height: 3.8125em;
  overflow: auto;
}
.input-box:not(.fill):not(.outline).floating-label &gt; .input:not(:placeholder-shown) ~ label, .input-box:not(.fill):not(.outline).floating-label &gt; .input:focus ~ label, .input-box:not(.fill):not(.outline):not(.floating-label) &gt; .input ~ label {
  transform: scale(0.825) translateY(-1.25em);
}
.input-box.fill .input + label, .input-box.outline .input + label {
  padding-bottom: 1.09375em;
}
.input-box.fill.floating-label &gt; .input:not(:placeholder-shown) ~ label, .input-box.fill.floating-label &gt; .input:focus ~ label, .input-box.fill:not(.floating-label) &gt; .input ~ label, .input-box.outline.floating-label &gt; .input:not(:placeholder-shown) ~ label, .input-box.outline.floating-label &gt; .input:focus ~ label, .input-box.outline:not(.floating-label) &gt; .input ~ label {
  transform: scale(0.825) translateY(-0.2em);
}
.input-box:not(.fill):not(.outline) .input:focus ~ .input-focus-line {
  opacity: 1;
  transform: scaleX(1);
}
.input-box &gt; .input-focus-line {
  position: absolute;
  bottom: 0;
  border-top: solid 2px var(--jq-input-border-focus);
  z-index: 1;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.2s, transform 0.3s ease;
}
.input-box .input ~ label {
  color: rgb(var(--jq-text-helper));
}
.input-box .input:invalid ~ .input-focus-line,
.input-box .input.is-invalid ~ .input-focus-line {
  border-color: rgb(var(--jq-error));
}
.input-box .input:invalid ~ label,
.input-box .input.is-invalid ~ label {
  color: rgb(var(--jq-error-fore-color)) !important;
}

.badge {
  color: rgb(var(--jq-gray-contrast-text));
  background-color: rgb(var(--jq-gray));
  border-color: var(--jq-paper-color);
  display: inline-block;
  text-align: center;
  font-size: 0.75em;
  font-weight: 500;
  min-height: 1.5em;
  min-width: 1.5em;
  line-height: 1.5em;
  border-radius: 2em;
  padding: 0 0.5em;
  flex-shrink: 0 !important;
  transition: transform 0.15s;
}
.badge:empty {
  overflow: hidden;
  padding: 0;
  min-height: 0.85em;
  min-width: 0.85em;
  line-height: 0.85em;
}

.alert-ui-helper {
  transition: height 0.4s ease;
}

.alert {
  --jq-alert-bg: var(--jq-container);
  --jq-alert-text: var(--jq-container-text);
  --jq-alert-border:none;
  background: var(--jq-alert-bg);
  color: var(--jq-alert-text);
  border-color: var(--jq-alert-border);
  padding: 1rem 1rem;
  transition: opacity 0.3s;
  border-radius: var(--jq-control-border-radius);
  position: relative;
  margin-bottom: 0.75rem;
}
.alert.outline, .alert.outline-only {
  border-style: solid;
  border-width: 1px;
  --jq-alert-border:var(--jq-color);
}
.alert.outline {
  --jq-alert-bg: none;
}
.alert a {
  color: inherit;
  text-decoration: underline;
}
.alert p {
  margin-bottom: 0;
}
.alert.dismisxable {
  padding-right: 2.5rem;
}
.alert.dismisxable button.close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 1rem 1rem !important;
}

table.table {
  line-height: normal;
  width: 100%;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
}
table.table &gt; thead &gt; tr &gt; th {
  font-weight: bold;
}
table.table.bordered, table.table.border-outer {
  border-width: 1px;
  border-style: solid;
}
table.table.bordered &gt; thead &gt; tr &gt; *,
table.table.bordered &gt; tbody &gt; tr &gt; *, table.table.border-horizontal &gt; thead &gt; tr &gt; *,
table.table.border-horizontal &gt; tbody &gt; tr &gt; * {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
table.table.bordered &gt; tbody &gt; tr:last-child &gt; *, table.table.border-horizontal &gt; tbody &gt; tr:last-child &gt; * {
  border-bottom-width: 0;
}
table.table.bordered &gt; tfoot &gt; tr &gt; *, table.table.border-horizontal &gt; tfoot &gt; tr &gt; * {
  border-top-width: 1px;
  border-top-style: solid;
}
table.table.bordered &gt; tfoot &gt; tr &gt; *, table.table.bordered &gt; tbody &gt; tr &gt; *, table.table.bordered &gt; thead &gt; tr &gt; *, table.table.border-vertical &gt; tfoot &gt; tr &gt; *, table.table.border-vertical &gt; tbody &gt; tr &gt; *, table.table.border-vertical &gt; thead &gt; tr &gt; * {
  border-left-width: 1px;
  border-left-style: solid;
}
table.table.bordered &gt; thead &gt; tr &gt; *:first-child,
table.table.bordered &gt; tbody &gt; tr &gt; *:first-child,
table.table.bordered &gt; tfoot &gt; tr &gt; *:first-child, table.table.border-vertical &gt; thead &gt; tr &gt; *:first-child,
table.table.border-vertical &gt; tbody &gt; tr &gt; *:first-child,
table.table.border-vertical &gt; tfoot &gt; tr &gt; *:first-child {
  border-left: 0;
}
table.table.bordered &gt; tfoot &gt; tr &gt; *, table.table.border-outer &gt; tfoot &gt; tr &gt; * {
  border-top-width: 1px;
  border-top-style: solid;
}
table.table.bordered &gt; thead &gt; tr &gt; *, table.table.border-outer &gt; thead &gt; tr &gt; * {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
table.table thead, table.table tbody, table.table tfoot, table.table tr, table.table td, table.table th {
  border-color: inherit;
  padding: inherit;
  vertical-align: inherit;
}

.table-container {
  max-width: 100%;
  width: 100%;
  overflow: auto;
}
.table-container &gt; table:last-child {
  margin-bottom: 0;
}
.table-container.table-fixed-header table &gt; thead &gt; tr &gt; th {
  position: sticky;
  top: 0px;
  border-bottom-style: none !important;
}

table.table {
  border-color: var(--jq-control-border);
}
table.table.table-striped &gt; div:nth-child(2n+1) &gt; *,
table.table.table-striped &gt; li :nth-child(2n+1) &gt; *,
table.table.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; * {
  background-color: rgba(var(--jq-text-color), 0.024);
}
table.table.table-hover &gt; tbody &gt; tr:hover &gt; * {
  background-color: rgba(var(--jq-text-color), 0.03);
}

progress.progress {
  appearance: none;
}

.progress {
  height: 0.75em;
  border-radius: 3px;
  overflow: hidden;
}
.progress.tiny {
  height: 0.3125rem;
}
.progress.small {
  height: 0.5rem;
}
.progress.large {
  height: 1rem;
}
.progress.larger {
  height: 1.25rem;
}

div.progress {
  position: relative;
  font-weight: 600;
}
div.progress &gt; .progress-bar {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: width 0.2s linear;
  overflow: hidden;
  white-space: nowrap;
}
div.progress &gt; .progress-bar &gt; .progress-label {
  margin: 0 0.625em;
}

.progress.indeterminate &gt; .progress-bar {
  animation: progress-indeterminate 1s infinite ease-in-out;
}

@keyframes progress-indeterminate {
  0% {
    width: 0%;
    left: 0;
  }
  30% {
    width: 50%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.progress {
  --jq-progress-track: rgba(var(--jq-text-color), 0.15);
  --jq-progress-bar: rgb(var(--jq-primary));
  background-color: var(--jq-progress-track);
  border: 0;
}
.progress .progress-bar {
  background-color: var(--jq-progress-bar);
}

progress.progress::-webkit-progress-bar {
  background-color: var(--jq-progress-track);
}

progress.progress::-webkit-progress-value {
  background-color: var(--jq-progress-bar);
}

progress.progress::-moz-progress-bar {
  background-color: var(--jq-progress-bar);
}

figure.wp-block-image,
figure.figure {
  display: table;
  margin-bottom: 1.125rem;
}
figure.wp-block-image figcaption,
figure.figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

figure.wp-block-image img,
figure.figure &gt; img,
figure.figure img.figure-img {
  height: auto;
  display: block;
}

.spinner {
  pointer-events: none;
  overflow: hidden;
}
.spinner.spinner-relative {
  position: relative !important;
}

.button.spinner {
  color: transparent !important;
}
.button.spinner button.spinner &gt; *:not(.spinner-wrapper) {
  visibility: hidden;
}

.button.spinner-button {
  transition: color 0.2s;
}

.spinner-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.spinner-wrapper svg {
  height: 1em;
}
.spinner-wrapper svg.default-spinner {
  animation: spinner_rotate 0.75s linear infinite;
}
.spinner-wrapper svg.default-spinner circle {
  stroke-linecap: round;
  stroke-dasharray: 80, 200;
  stroke-dashoffset: 0px;
  stroke: currentColor;
}
.spinner-wrapper svg.default-spinner.dash-animation {
  animation: spinner_rotate 1.4s linear infinite;
}
.spinner-wrapper svg.default-spinner.dash-animation circle {
  animation: spinner_stroke 1.5s ease-in-out infinite;
  stroke: currentColor;
}

.spinner-large &gt; .spinner-wrapper svg {
  height: 2.5rem;
}

.spinner-larger &gt; .spinner-wrapper svg {
  height: 3.5rem;
}

.spinner-largest &gt; .spinner-wrapper svg {
  height: 5rem;
}

@keyframes spinner_stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -125px;
  }
}
@keyframes spinner_rotate {
  100% {
    transform: rotate(1turn);
  }
}
.button-close {
  box-sizing: content-box;
  border: 0;
  border-radius: var(--jq-control-border-radius);
  vertical-align: middle;
  color: inherit;
  background-color: transparent;
  display: inline-block;
  line-height: 0;
  padding: 0;
  font-family: jqarta-core;
}
.button-close:before {
  font-size: 1em;
}
.button-close:not(.button) {
  transition: opacity 0.2s;
  opacity: 0.65;
}
.button-close:not(.button):hover {
  opacity: 1;
}
.button-close:not(.button):active {
  opacity: 0.85;
}

.button-close:not(.button-times-circle) {
  min-width: 1.8em !important;
  min-height: 1.8em !important;
  height: 1.8em !important;
  width: 1.8em !important;
}
.button-close:not(.button-times-circle):before {
  content: "!";
}

.button-close.button-times-circle {
  min-width: 1em !important;
  min-height: 1em !important;
  height: 1em !important;
  width: 1em !important;
}
.button-close.button-times-circle:before {
  content: "-";
}

.button.button-close {
  padding: 0 !important;
}

.notch {
  display: block;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  border-color: inherit;
  border-style: inherit;
  border-width: 0 !important;
}
.notch.notch-border:after {
  border-width: 1px;
}

.notch:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  border-color: inherit !important;
  border-style: inherit !important;
  background-color: var(--jq-bg-color);
}

.notch-left, .notch-right, .notch-start, .notch-end, .notch-top, .notch-bottom {
  --jq-bg-color: var(--jq-paper-color);
  background-color: var(--jq-bg-color);
  position: relative;
}

.notch-top &gt; .notch:after {
  top: 0;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: top left;
}

.notch-top &gt; .notch {
  top: 0;
  left: 50%;
}

.notch-left &gt; .notch:after {
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.notch-left &gt; .notch {
  top: 50%;
  left: 0;
}

.notch-right &gt; .notch:after {
  top: 50%;
  right: 0;
  left: auto;
  transform: rotate(45deg);
  transform-origin: top right;
}
.notch-right &gt; .notch {
  top: 50%;
  left: auto;
  right: 0;
}

.notch-start &gt; .notch:after {
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.notch-start &gt; .notch {
  top: 50%;
  left: 0;
}

.notch-end &gt; .notch:after {
  top: 50%;
  right: 0;
  left: auto;
  transform: rotate(45deg);
  transform-origin: top right;
}
.notch-end &gt; .notch {
  top: 50%;
  left: auto;
  right: 0;
}

.notch-bottom &gt; .notch:after {
  bottom: 0;
  top: auto;
  left: 50%;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.notch-bottom &gt; .notch {
  top: auto;
  left: 50%;
  bottom: 0;
}

.notch-top.notch-tiny &gt; .notch {
  width: 10px;
  height: 5px;
  transform: translate(-50%, -5px);
}

.notch-start.notch-tiny &gt; .notch {
  width: 5px;
  height: 10px;
  transform: translate(-5px, -50%);
}

.notch-end.notch-tiny &gt; .notch {
  width: 5px;
  height: 10px;
  transform: translate(5px, -50%);
}

.notch-left.notch-tiny &gt; .notch {
  width: 5px;
  height: 10px;
  transform: translate(-5px, -50%);
}

.notch-right.notch-tiny &gt; .notch {
  width: 5px;
  height: 10px;
  transform: translate(5px, -50%);
}

.notch-bottom.notch-tiny &gt; .notch {
  width: 10px;
  height: 5px;
  transform: translate(-50%, 5px);
}

.notch-top.notch-small &gt; .notch {
  width: 16px;
  height: 8px;
  transform: translate(-50%, -8px);
}

.notch-start.notch-small &gt; .notch {
  width: 8px;
  height: 16px;
  transform: translate(-8px, -50%);
}

.notch-end.notch-small &gt; .notch {
  width: 8px;
  height: 16px;
  transform: translate(8px, -50%);
}

.notch-left.notch-small &gt; .notch {
  width: 8px;
  height: 16px;
  transform: translate(-8px, -50%);
}

.notch-right.notch-small &gt; .notch {
  width: 8px;
  height: 16px;
  transform: translate(8px, -50%);
}

.notch-bottom.notch-small &gt; .notch {
  width: 16px;
  height: 8px;
  transform: translate(-50%, 8px);
}

.notch-top.notch-large &gt; .notch {
  width: 25px;
  height: 12px;
  transform: translate(-50%, -12px);
}

.notch-start.notch-large &gt; .notch {
  width: 12px;
  height: 25px;
  transform: translate(-12px, -50%);
}

.notch-end.notch-large &gt; .notch {
  width: 12px;
  height: 25px;
  transform: translate(12px, -50%);
}

.notch-left.notch-large &gt; .notch {
  width: 12px;
  height: 25px;
  transform: translate(-12px, -50%);
}

.notch-right.notch-large &gt; .notch {
  width: 12px;
  height: 25px;
  transform: translate(12px, -50%);
}

.notch-bottom.notch-large &gt; .notch {
  width: 25px;
  height: 12px;
  transform: translate(-50%, 12px);
}

.notch-top.notch-xlarge &gt; .notch {
  width: 35px;
  height: 16px;
  transform: translate(-50%, -16px);
}

.notch-start.notch-xlarge &gt; .notch {
  width: 16px;
  height: 35px;
  transform: translate(-16px, -50%);
}

.notch-end.notch-xlarge &gt; .notch {
  width: 16px;
  height: 35px;
  transform: translate(16px, -50%);
}

.notch-left.notch-xlarge &gt; .notch {
  width: 16px;
  height: 35px;
  transform: translate(-16px, -50%);
}

.notch-right.notch-xlarge &gt; .notch {
  width: 16px;
  height: 35px;
  transform: translate(16px, -50%);
}

.notch-bottom.notch-xlarge &gt; .notch {
  width: 35px;
  height: 16px;
  transform: translate(-50%, 16px);
}

ul.nav {
  list-style: none;
  margin: 0;
}

.nav {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.nav &gt; .nav-item {
  position: relative;
  height: inherit;
}
.nav &gt; .nav-item &gt; *:not(.popup) {
  display: flex;
  padding: 0 0.5rem;
  height: inherit;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.nav &gt; .nav-item .nav-button {
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  white-space: nowrap;
  text-align: center;
  position: relative;
  transition: color 0.25s, background-color 0.25s;
}
.nav.nav-tab .nav-button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.nav.nav-tab.nav-tab-opposite &gt; .nav-item &gt; .nav-button.active:before {
  top: 0px;
}

.nav.nav-vertical {
  height: auto;
  display: flex;
  flex-direction: column;
}
.nav.nav-vertical &gt; .nav-item {
  height: auto;
  width: 100%;
}
.nav.nav-vertical &gt; .nav-item &gt; * {
  justify-content: start;
  text-align: start;
  height: auto;
}
.nav.nav-vertical.nav-tab .nav-button.active:before {
  width: 2px;
  height: 100%;
  top: 0;
  bottom: auto;
}
.nav.nav-vertical.nav-tab .nav-button.active:before {
  right: 0px;
  left: auto;
}
.nav.nav-vertical.nav-tab.nav-tab-opposite .nav-button.active:before {
  left: 0px;
  right: auto;
}

.tabs {
  position: relative;
}
.tabs .tabs-scroll-start,
.tabs .tabs-scroll-end {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  top: 0;
  height: 100%;
  z-index: 1;
}
.tabs .tabs-scroll-start {
  left: 0;
}
.tabs .tabs-scroll-end {
  right: 0;
}
.tabs.tabs-vertical .tabs-scroll-start,
.tabs.tabs-vertical .tabs-scroll-end {
  padding: 0.5rem 0;
  height: auto;
  left: 0;
  width: 100%;
}
.tabs.tabs-vertical .tabs-scroll-end {
  top: auto;
  bottom: 0;
}
.tabs .nav {
  flex-wrap: nowrap;
}
.tabs .tabs-scroller {
  scroll-behavior: smooth;
  overflow: auto;
  scrollbar-width: none;
  /* Firefox */
}
.tabs .tabs-scroller::-webkit-scrollbar {
  display: none;
}
.tabs .nav .tabs-line {
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  transition: width 0.25s, left 0.25s;
}
.tabs .nav.nav-tab-opposite .tabs-line {
  bottom: auto;
  top: 0;
}
.tabs .nav.nav-vertical .tabs-line {
  right: 0;
  top: auto;
  bottom: auto !important;
  left: auto !important;
  width: 2px !important;
  height: 2px;
  transition: height 0.25s, top 0.25s;
}
.tabs.-line-animated .tabs-line {
  opacity: 1;
}
.tabs.-line-animated .nav.nav-tab .nav-button.active:before {
  display: none;
}

.tabs-vertical {
  flex-direction: column;
}
.tabs-vertical .tabs-scroller {
  height: 100%;
}

.nav, .tabs {
  --jq-nav-scroll-tap: var(--jq-gray-200);
  --jq-nav-bg: none;
  --jq-nav-button-bg: transparent;
  --jq-nav-button-bg-active: transparent;
  --jq-nav-button-bg: transparent;
  --jq-nav-button-bg-active: transparent;
  --jq-nav-button-text: rgba(var(--jq-text),0.7);
  --jq-nav-button-text-hover: rgba(var(--jq-text),1);
  --jq-nav-button-text-tap: var(--jq-nav-button-text-hover);
  --jq-nav-button-text-active: rgba(var(--jq-primary-fore-color),1);
  background-color: var(--jq-nav-bg);
}

.nav {
  background: var(--jq-nav-bg);
}
.nav &gt; .nav-item button.nav-button {
  border: 0;
}
.nav &gt; .nav-item .nav-button:not(.active) {
  background: var(--jq-nav-button-bg);
}
.nav &gt; .nav-item .nav-button {
  color: var(--jq-nav-button-text);
  font-weight: 500;
}
.nav &gt; .nav-item .nav-button.active {
  color: var(--jq-nav-button-text-active);
  background-color: var(--jq-nav-button-bg-active);
}
.nav &gt; .nav-item .nav-button.tap {
  color: var(--jq-nav-button-text-tap);
  background-color: var(--jq-nav-button-bg-tap);
}
.nav.nav-tab .nav-button.active:before {
  background-color: var(--jq-nav-button-text-active);
}
.nav .nav-divider {
  width: 0;
  border-left: solid 1px var(--jq-gray-200);
  margin: 6px 6px;
  height: 60%;
}

.tabs .nav {
  --jq-nav-bg: inherit;
  --jq-nav-button-bg: inherit;
  --jq-nav-button-bg-active: inherit;
  --jq-nav-button-text: inherit;
  --jq-nav-button-text-active: inherit;
  --jq-nav-button-text-hover: inherit;
  --jq-nav-button-text-tap: inherit;
}
.tabs .tabs-line {
  background-color: var(--jq-nav-button-text-active);
}
.tabs .tabs-scroll-start,
.tabs .tabs-scroll-end {
  color: rgb(var(--jq-nav-button-text-rgb));
  cursor: pointer;
  background-color: inherit;
  transition: background-color 0.25s;
}
.tabs .tabs-scroll-start:active,
.tabs .tabs-scroll-end:active {
  background-color: var(--jq-nav-scroll-tap);
}

@media (hover: hover) {
  .nav .nav-button:hover {
    color: var(--jq-nav-button-text-hover);
  }
  .nav .nav-button:not(.ripple):active {
    background-color: var(--jq-nav-button-bg-tap) !important;
  }
}
.tabs[class^=ui-], .tabs[class*=" ui-"],
.nav[class^=ui-], .nav[class*=" ui-"] {
  --jq-nav-scroll-tap: var(--jq-tap) !important;
  --jq-nav-bg: var(--jq-color);
  --jq-nav-button-text: rgba(var(--jq-contrast-text-rgb),0.7);
  --jq-nav-button-text-hover: rgba(var(--jq-contrast-text-rgb),1);
  --jq-nav-button-text-active: rgba(var(--jq-contrast-text-rgb),1);
  --jq-nav-button-bg-tap: var(--jq-tap) ;
}

.navbar .wrapper {
  display: flex;
  height: 60px;
}
.navbar .wrapper &gt; *:not(.popup) {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .nav {
  height: 100%;
}

.nav-brand {
  height: 100%;
  padding: 0 !important;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-brand img {
  max-height: 100%;
  vertical-align: middle;
  flex-shrink: 0;
}

.chip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0.875rem;
  vertical-align: middle;
  text-decoration: none;
  outline: 0px;
  border-radius: 1rem;
  padding: 0.25em 1em;
  color: white;
}
.chip .button-close {
  font-size: 16px;
  margin-right: -0.5em;
  margin-left: 0.45em;
}
.chip:not(a) {
  cursor: default;
}

.chip-plain .chip {
  font-size: 1em;
  background: none !important;
  padding: 0;
}
.chip-plain .chip:after {
  content: ",";
}

.input-chip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.input-chip .input-chip-text {
  padding: 0 !important;
  flex-grow: 1;
  outline: 0;
  border: 0;
  background: none;
}

.chip {
  color: rgb(var(--jq-text-color));
  background-color: var(--jq-gray-100);
}

.chip .button-times-circle {
  opacity: 0.35;
}
.chip .button-times-circle:hover {
  opacity: 0.6;
}
.chip[class^=bg-] .button-times-circle, .chip[class*=" bg-"] .button-times-circle {
  opacity: 0.7;
}
.chip[class^=bg-] .button-times-circle:hover, .chip[class*=" bg-"] .button-times-circle:hover {
  opacity: 1;
}
.chip[class^=bg-] .button-times-circle:active, .chip[class*=" bg-"] .button-times-circle:active {
  opacity: 0.85;
}

input.number-spinner[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input.number-spinner[type=number]::-webkit-inner-spin-button,
input.number-spinner[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.dropdown, .popup, .tooltip {
  position: absolute !important;
  visibility: hidden;
}

.popup {
  display: block;
  z-index: 3000;
  opacity: 0;
  border-radius: var(--jq-control-border-radius);
  padding: var(--jq-control-border-radius) 0;
  min-width: auto;
  max-width: 100vw;
  width: auto;
  line-height: 1.2 !important;
  transition: opacity 0.3s;
  overflow: auto;
  max-height: 100vh;
}

.popup.show {
  opacity: 1;
}

.popup.popup-transition-scale {
  transform: scale(0.6);
  transition: opacity 0.25s, transform 0.25s;
}
.popup.popup-transition-scale.show {
  transform: scale(1);
}

.popup.tooltip.popup-transition-scale {
  transform: scale(0.7);
  transition: opacity 0.5s, transform 0.25s;
}
.popup.tooltip.popup-transition-scale.show {
  transform: scale(1);
}

.popup.popup-transition-none {
  transition: none !important;
}

.dropdown-menu {
  list-style: none;
  margin: 0;
  line-height: 1 !important;
  position: relative;
}

.dropdown-menu &gt; *:not(.dropdown-item) {
  display: block;
}

.dropdown-menu .dropdown-item {
  display: flex;
  padding: 0.625em 1.25em;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  border-top: solid 1px;
  height: 0;
  margin: 4px 0;
}

.tooltip {
  max-width: 360px;
  min-width: auto !important;
  pointer-events: none;
}

.tooltip &gt; div {
  padding: 0.15rem 0.75rem;
}

.popup {
  --jq-bg-color: var(--jq-popup-color);
  background-color: var(--jq-bg-color);
}

.dropdown-menu .dropdown-item:not(.button) {
  color: var(--jq-text);
}

.dropdown-menu .dropdown-divider {
  color: var(--jq-divider-translucent);
}

.dropdown-menu .dropdown-item:not(.button):hover {
  background-color: rgba(var(--jq-text-color), var(--jq-control-translucent-hover));
}

.dropdown-menu .dropdown-item.active:not(.button) {
  background-color: rgba(var(--jq-text-color), var(--jq-control-translucent-active));
}

.dropdown-menu .dropdown-item.item-select,
.dropdown-menu .dropdown-item:not(.button):active {
  background-color: rgba(var(--jq-text-color), var(--jq-control-translucent-tap)) !important;
}

.popup.tooltip {
  overflow: visible;
  --jq-bg-color: var(--jq-gray-900);
  background-color: var(--jq-gray-900);
  color: var(--jq-gray-50) !important;
  font-size: 0.8125rem;
}

ul.accordion {
  list-style: none;
  margin: 0;
}

.accordion-animated .accordion-item {
  transition: margin-top 0.3s ease, margin-bottom 0.3s ease;
}
.accordion-animated .accordion-body {
  transition: height 0.3s ease;
}
.accordion-animated .accordion-header .glyph-caret-down,
.accordion-animated .accordion-header .glyph-chevron-down,
.accordion-animated .accordion-header .glyph-caret-end,
.accordion-animated .accordion-header .glyph-chevron-end {
  transition: transform 0.3s ease;
}

.accordion-item &gt; .accordion-header {
  user-select: none;
  cursor: pointer;
}
.accordion-item &gt; .accordion-body {
  overflow: hidden;
  height: 0px;
  padding: 0;
}
.accordion-item.expanded &gt; .accordion-header .glyph-caret-down,
.accordion-item.expanded &gt; .accordion-header .glyph-chevron-down {
  transform: rotate(-180deg);
}
.accordion-item.expanded &gt; .accordion-header .glyph-caret-end,
.accordion-item.expanded &gt; .accordion-header .glyph-chevron-end {
  transform: rotate(90deg);
}

:not(.accordion-loaded) &gt; .accordion-item.expanded &gt; .accordion-body {
  height: auto;
}

.accordion {
  border-radius: var(--jq-control-border-radius);
}
.accordion &gt; .accordion-item {
  background-color: var(--jq-paper-color);
  border: solid 1px var(--jq-divider);
  position: relative;
}
.accordion &gt; .accordion-item .accordion-header {
  padding: 0.625em 1em;
  display: flex;
  align-items: center;
  position: relative;
}
.accordion &gt; .accordion-item .accordion-content {
  padding: 1em 1em;
}
.accordion &gt; .accordion-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.accordion &gt; .accordion-item:first-child .accordion-header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.accordion &gt; .accordion-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.accordion &gt; .accordion-item:last-child .accordion-header {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.accordion.accordion-border-divider .accordion-item {
  border-left: 0;
  border-right: 0;
}
.accordion.accordion-border-divider .accordion-item:first-child {
  border-top: 0;
}
.accordion.accordion-border-divider .accordion-item:last-child {
  border-bottom: 0;
}
.accordion .accordion-item + .accordion-item {
  margin-top: -1px;
}

.modal {
  position: fixed;
  overflow-y: scroll;
  display: flex;
  top: -99999px;
  left: -99999px;
  padding: 1.25rem;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1000;
  transition: opacity 0.3s;
}
.modal.fixed-fill {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal.show {
  opacity: 1;
}
.modal .modal-dialog {
  background-color: var(--jq-paper-color);
  border-radius: 4px;
  width: 720px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.modal.p-0 .modal-dialog {
  border-radius: 0;
}

.modal.modal-transition-scale .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: scale(0.9, 0.9);
}

.modal.modal-transition-scale.show .modal-dialog {
  transform: scale(1, 1);
}

.modal.modal-transition-turndown .modal-dialog {
  transition: opacity 0.2s ease-out, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(-40%);
  opacity: 0;
}

.modal.modal-transition-turndown.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal.modal-transition-turnup .modal-dialog {
  transition: opacity 0.2s ease-out, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(40%);
  opacity: 0;
}

.modal.modal-transition-turnup.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal-header {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.modal-header &gt; * {
  margin: 0;
  line-height: 1;
}

.modal-header &gt; *:last-child {
  margin-right: -0.3333333333rem;
  margin-left: auto;
}

.modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
}

.modal-body {
  overflow: auto;
  padding: 1rem;
  height: 100%;
  position: relative;
  min-height: 100px;
  width: 100%;
}

.modal {
  background-color: rgba(var(--jq-backdrop-rgb), var(--jq-backdrop-opacity));
}

.modal.modal-flashing {
  animation: modal-flashing-animation 0.4s;
}

@keyframes modal-flashing-animation {
  0% {
    background-color: rgba(var(--jq-backdrop-rgb), var(--jq-backdrop-opacity));
  }
  20% {
    background-color: rgba(var(--jq-backdrop-rgb), calc(var(--jq-backdrop-opacity) / 2));
  }
  100% {
    background-color: rgba(var(--jq-backdrop-rgb), var(--jq-backdrop-opacity));
  }
}
.carousel,
.pager {
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  perspective: 600px;
}
.carousel &gt; *,
.pager &gt; * {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  z-index: 0;
  margin-right: -100%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
  animation-delay: 0s;
}
.carousel &gt; *.current,
.carousel &gt; *.surface,
.pager &gt; *.current,
.pager &gt; *.surface {
  display: block;
}
.carousel.fit-to-parent &gt; *,
.pager.fit-to-parent &gt; * {
  height: 100%;
}

.carousel-indicator {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.carousel-indicator li {
  cursor: pointer;
  margin: 0;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: #b6b6b6;
}
.carousel-indicator li.active {
  background-color: #000;
}

.carousel {
  user-select: none;
}

.carousel-wrapper {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel-wrapper &gt; .carousel-slide-prev,
.carousel-wrapper &gt; .carousel-slide-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7%;
  min-width: 50px;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.35s;
  cursor: pointer;
}
.carousel-wrapper &gt; .carousel-slide-prev:hover,
.carousel-wrapper &gt; .carousel-slide-next:hover {
  opacity: 1 !important;
}
.carousel-wrapper &gt; .carousel-slide-next {
  right: 0;
}
.carousel-wrapper &gt; .carousel-slide-next &gt; .carousel-slide-button {
  transform: translateX(30px);
}
.carousel-wrapper &gt; .carousel-slide-prev {
  left: 0;
}
.carousel-wrapper &gt; .carousel-slide-prev &gt; .carousel-slide-button {
  transform: translateX(-30px);
}
.carousel-wrapper .carousel-slide-button {
  width: 55%;
  height: auto;
  transition: transform 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-wrapper .carousel-chevron {
  width: 70%;
  border-top: solid 3px;
  border-right: solid 3px;
}
.carousel-wrapper .carousel-chevron::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.carousel-wrapper .carousel-slide-prev .carousel-chevron {
  transform: rotate(-135deg);
}
.carousel-wrapper .carousel-slide-next .carousel-chevron {
  transform: rotate(45deg);
}
.carousel-wrapper.vertical &gt; .carousel-slide-prev, .carousel-wrapper.vertical &gt; .carousel-slide-next {
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  width: auto;
  min-width: auto;
  height: 15%;
  min-height: 50px;
}
.carousel-wrapper.vertical &gt; .carousel-slide-next {
  bottom: 0;
}
.carousel-wrapper.vertical &gt; .carousel-slide-next &gt; .carousel-slide-button {
  transform: translate(0, 30px);
}
.carousel-wrapper.vertical &gt; .carousel-slide-prev {
  top: 0;
}
.carousel-wrapper.vertical &gt; .carousel-slide-prev &gt; .carousel-slide-button {
  transform: translate(0, -30px);
}
.carousel-wrapper.vertical .carousel-slide-button {
  width: 30px;
  height: 30px;
}
.carousel-wrapper.vertical .carousel-chevron {
  width: 100%;
  height: auto;
  border-top: solid 3px;
  border-right: solid 3px;
}
.carousel-wrapper.vertical .carousel-slide-prev .carousel-chevron {
  transform: rotate(-45deg);
}
.carousel-wrapper.vertical .carousel-slide-next .carousel-chevron {
  transform: rotate(135deg);
}
.carousel-wrapper &gt; .carousel-indicators {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-wrapper &gt; .carousel-indicators &gt; li {
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.carousel-wrapper &gt; .carousel-indicators &gt; li:after {
  content: "";
  display: inline-block;
}
.carousel-wrapper &gt; .carousel-indicators &gt; li.active {
  opacity: 1;
}
.carousel-wrapper &gt; .carousel-indicators &gt; li {
  width: 1.25rem;
}
.carousel-wrapper &gt; .carousel-indicators &gt; li:after {
  border-radius: 100%;
  height: 0.625rem;
  width: 0.625rem;
}
.carousel-wrapper &gt; .carousel-indicators.indicators-top {
  top: 0;
  bottom: auto;
}
.carousel-wrapper &gt; .carousel-indicators.indicators-left, .carousel-wrapper &gt; .carousel-indicators.indicators-right {
  top: 0;
  width: 2.5rem;
  height: 100%;
  flex-direction: column;
}
.carousel-wrapper &gt; .carousel-indicators.indicators-left &gt; li, .carousel-wrapper &gt; .carousel-indicators.indicators-right &gt; li {
  width: 100%;
  height: 1.25rem;
}
.carousel-wrapper &gt; .carousel-indicators.indicators-left {
  left: 0;
  right: auto;
}
.carousel-wrapper &gt; .carousel-indicators.indicators-right {
  right: 0;
  left: auto;
}

@media (hover: hover) {
  .carousel-wrapper &gt; .carousel-slide-next,
.carousel-wrapper &gt; .carousel-slide-prev {
    display: flex;
    opacity: 0;
  }
  .carousel-wrapper:hover &gt; .carousel-slide-next, .carousel-wrapper:hover &gt; .carousel-slide-prev {
    opacity: 0.5;
  }
  .carousel-wrapper:hover &gt; .carousel-slide-next &gt; .carousel-slide-button {
    transform: translateX(0);
  }
  .carousel-wrapper:hover &gt; .carousel-slide-prev &gt; .carousel-slide-button {
    transform: translateX(0);
  }
  .carousel-wrapper.vertical:hover &gt; .carousel-slide-next &gt; .carousel-slide-button {
    transform: translate(0, 0);
  }
  .carousel-wrapper.vertical:hover &gt; .carousel-slide-prev &gt; .carousel-slide-button {
    transform: translate(0, 0);
  }
}
.snackbar-helper {
  transition: height 0.3s ease-out;
  width: 100%;
  font-size: 1px;
}

.snackbar-placeholder {
  display: flex;
  position: fixed;
  z-index: 100000;
  pointer-events: none;
  padding: 1.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}
.snackbar-placeholder &gt; div {
  max-width: 530px;
}

.snackbar {
  display: block;
  font-size: 0.9375rem;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s;
}
.snackbar &gt; div {
  position: relative;
  display: inline-block;
  text-align: left;
  pointer-events: initial;
}
.snackbar &gt; div.snackbar-default {
  background-color: rgba(var(--jq-dark-inverted), 0.9);
  color: rgb(var(--jq-dark-inverted-contrast-text));
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.875em 1em;
  border-radius: var(--jq-control-border-radius);
}
.snackbar &gt; div.snackbar-default &gt; .button {
  margin-top: -0.4375em;
  margin-bottom: -0.4375em;
  margin-left: 0.125em;
  line-height: 1;
}
.snackbar &gt; div.snackbar-default &gt; .button-close {
  margin-left: 0.125em;
}
.snackbar &gt; div.snackbar-default &gt; button:last-child:not(.button-close) {
  margin-right: -0.5em;
}
.snackbar &gt; div.snackbar-default &gt; button:first-child {
  margin-left: 1em;
}

.snackbar[class^=ui-] &gt; div.snackbar-default, .snackbar[class*=" ui-"] &gt; div.snackbar-default {
  color: var(--jq-contrast-text);
  background-color: var(--jq-color);
}

.snackbar-bottom-start .snackbar,
.snackbar-top-start .snackbar {
  text-align: left;
}

.snackbar-bottom-end .snackbar,
.snackbar-top-end .snackbar {
  text-align: right;
}

.snackbar-top-start, .snackbar-bottom-start {
  justify-content: flex-start;
}

.snackbar-top-end, .snackbar-bottom-end {
  justify-content: flex-end;
}

.snackbar-center {
  top: 0;
  justify-content: center;
  align-items: center;
}

.snackbar-top,
.snackbar-top-start,
.snackbar-top-end {
  top: 0;
  bottom: auto;
  transition: transform 0.3s;
  transform: translateY(-40px);
}

.snackbar-bottom,
.snackbar-bottom-start,
.snackbar-bottom-end {
  transition: transform 0.3s;
  transform: translateY(40px);
}

.snackbar-center .snackbar,
.snackbar-top .snackbar, .snackbar-top-start .snackbar, .snackbar-top-end .snackbar {
  margin-bottom: 0.75em;
}

.snackbar-bottom .snackbar, .snackbar-bottom-start .snackbar, .snackbar-bottom-end .snackbar {
  margin-top: 0.75em;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 500;
  transition: opacity 0.3s;
  background-color: rgba(var(--jq-backdrop-rgb), var(--jq-backdrop-opacity));
}
.overlay.show {
  opacity: 1;
}

.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  background-color: var(--jq-paper-color);
}
.offcanvas.offcanvas-push, .offcanvas.offcanvas-slide {
  z-index: 200;
}
.offcanvas.offcanvas-push.offcanvas-start, .offcanvas.offcanvas-slide.offcanvas-start {
  transform: translate3d(-100%, 0, 0);
}
.offcanvas.offcanvas-push.offcanvas-end, .offcanvas.offcanvas-slide.offcanvas-end {
  transform: translate3d(100%, 0, 0);
}
.offcanvas.show {
  transform: translate3d(0, 0, 0) !important;
}
.offcanvas.offcanvas-start {
  left: 0;
}
.offcanvas.offcanvas-end {
  right: 0;
}
.offcanvas.offcanvas-reveal {
  z-index: -1;
}
.offcanvas.offcanvas-transition {
  transition: transform 0.3s;
}

.offcanvas-body-transition {
  transition: left 0.3s, right 0.3s;
  position: relative;
}

#offcanvas-cover {
  background-color: rgba(var(--jq-backdrop-rgb), var(--jq-backdrop-opacity));
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  min-height: 100vh;
  z-index: -100;
}

[class^=ratio-], [class*=" ratio-"] {
  position: relative;
  width: 100%;
}
[class^=ratio-]::before, [class*=" ratio-"]::before {
  display: block;
  content: "";
}
[class^=ratio-] &gt; *:first-child, [class*=" ratio-"] &gt; *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ratio-16x9::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-4x3::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-3x2::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-9x16::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-3x4::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-2x3::before {
  padding-top: var(--jq-aspect-ratio);
}

.ratio-1x1::before {
  padding-top: var(--jq-aspect-ratio);
}

@media (max-width: 479.9px) {
  .show-only-sm, .show-only-md, .show-only-lg, .show-only-xl {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767.9px) {
  .show-only-xs, .show-only-md, .show-only-lg, .show-only-xl {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .show-only-xs, .show-only-sm, .show-only-lg, .show-only-xl {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1214.9px) {
  .show-only-xs, .show-only-sm, .show-only-md, .show-only-xl {
    display: none !important;
  }
}
@media (min-width: 1215px) {
  .show-only-xs, .show-only-sm, .show-only-md, .show-only-lg {
    display: none !important;
  }
}
@media (max-width: 1214.9px) {
  .hide-lg {
    display: none !important;
  }
}
@media (max-width: 1023.9px) {
  .hide-md {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 479.9px) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767.9px) {
  .show-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .show-xs, .show-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1214.9px) {
  .show-xs, .show-sm, .show-md {
    display: none !important;
  }
}
@media (min-width: 1215px) {
  .show-xs, .show-sm, .show-md, .show-lg {
    display: none !important;
  }
}
.fs-10 {
  font-size: 64px;
}

.fs-10.rfs-md-9 {
  font-size: max(48px,  min(64px, calc(  48px  + ((64 - 48) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-9 {
  font-size: max(48px,  min(64px, calc(  48px  + ((64 - 48) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-9 {
  font-size: max(48px,  min(64px, calc(  48px  + ((64 - 48) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-8 {
  font-size: max(40px,  min(64px, calc(  40px  + ((64 - 40) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-8 {
  font-size: max(40px,  min(64px, calc(  40px  + ((64 - 40) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-8 {
  font-size: max(40px,  min(64px, calc(  40px  + ((64 - 40) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-7 {
  font-size: max(32px,  min(64px, calc(  32px  + ((64 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-7 {
  font-size: max(32px,  min(64px, calc(  32px  + ((64 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-7 {
  font-size: max(32px,  min(64px, calc(  32px  + ((64 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-6 {
  font-size: max(28px,  min(64px, calc(  28px  + ((64 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-6 {
  font-size: max(28px,  min(64px, calc(  28px  + ((64 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-6 {
  font-size: max(28px,  min(64px, calc(  28px  + ((64 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-5 {
  font-size: max(22px,  min(64px, calc(  22px  + ((64 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-5 {
  font-size: max(22px,  min(64px, calc(  22px  + ((64 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-5 {
  font-size: max(22px,  min(64px, calc(  22px  + ((64 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-4 {
  font-size: max(18px,  min(64px, calc(  18px  + ((64 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-4 {
  font-size: max(18px,  min(64px, calc(  18px  + ((64 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-4 {
  font-size: max(18px,  min(64px, calc(  18px  + ((64 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-3 {
  font-size: max(16px,  min(64px, calc(  16px  + ((64 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-3 {
  font-size: max(16px,  min(64px, calc(  16px  + ((64 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-3 {
  font-size: max(16px,  min(64px, calc(  16px  + ((64 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-2 {
  font-size: max(14px,  min(64px, calc(  14px  + ((64 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-2 {
  font-size: max(14px,  min(64px, calc(  14px  + ((64 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-2 {
  font-size: max(14px,  min(64px, calc(  14px  + ((64 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-10.rfs-md-1 {
  font-size: max(12px,  min(64px, calc(  12px  + ((64 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-10.rfs-sm-1 {
  font-size: max(12px,  min(64px, calc(  12px  + ((64 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-10.rfs-xs-1 {
  font-size: max(12px,  min(64px, calc(  12px  + ((64 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9 {
  font-size: 48px;
}

.fs-9.rfs-md-8 {
  font-size: max(40px,  min(48px, calc(  40px  + ((48 - 40) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-8 {
  font-size: max(40px,  min(48px, calc(  40px  + ((48 - 40) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-8 {
  font-size: max(40px,  min(48px, calc(  40px  + ((48 - 40) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-7 {
  font-size: max(32px,  min(48px, calc(  32px  + ((48 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-7 {
  font-size: max(32px,  min(48px, calc(  32px  + ((48 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-7 {
  font-size: max(32px,  min(48px, calc(  32px  + ((48 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-6 {
  font-size: max(28px,  min(48px, calc(  28px  + ((48 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-6 {
  font-size: max(28px,  min(48px, calc(  28px  + ((48 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-6 {
  font-size: max(28px,  min(48px, calc(  28px  + ((48 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-5 {
  font-size: max(22px,  min(48px, calc(  22px  + ((48 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-5 {
  font-size: max(22px,  min(48px, calc(  22px  + ((48 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-5 {
  font-size: max(22px,  min(48px, calc(  22px  + ((48 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-4 {
  font-size: max(18px,  min(48px, calc(  18px  + ((48 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-4 {
  font-size: max(18px,  min(48px, calc(  18px  + ((48 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-4 {
  font-size: max(18px,  min(48px, calc(  18px  + ((48 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-3 {
  font-size: max(16px,  min(48px, calc(  16px  + ((48 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-3 {
  font-size: max(16px,  min(48px, calc(  16px  + ((48 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-3 {
  font-size: max(16px,  min(48px, calc(  16px  + ((48 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-2 {
  font-size: max(14px,  min(48px, calc(  14px  + ((48 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-2 {
  font-size: max(14px,  min(48px, calc(  14px  + ((48 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-2 {
  font-size: max(14px,  min(48px, calc(  14px  + ((48 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-9.rfs-md-1 {
  font-size: max(12px,  min(48px, calc(  12px  + ((48 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-9.rfs-sm-1 {
  font-size: max(12px,  min(48px, calc(  12px  + ((48 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-9.rfs-xs-1 {
  font-size: max(12px,  min(48px, calc(  12px  + ((48 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8 {
  font-size: 40px;
}

.fs-8.rfs-md-7 {
  font-size: max(32px,  min(40px, calc(  32px  + ((40 - 32) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-7 {
  font-size: max(32px,  min(40px, calc(  32px  + ((40 - 32) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-7 {
  font-size: max(32px,  min(40px, calc(  32px  + ((40 - 32) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-6 {
  font-size: max(28px,  min(40px, calc(  28px  + ((40 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-6 {
  font-size: max(28px,  min(40px, calc(  28px  + ((40 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-6 {
  font-size: max(28px,  min(40px, calc(  28px  + ((40 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-5 {
  font-size: max(22px,  min(40px, calc(  22px  + ((40 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-5 {
  font-size: max(22px,  min(40px, calc(  22px  + ((40 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-5 {
  font-size: max(22px,  min(40px, calc(  22px  + ((40 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-4 {
  font-size: max(18px,  min(40px, calc(  18px  + ((40 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-4 {
  font-size: max(18px,  min(40px, calc(  18px  + ((40 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-4 {
  font-size: max(18px,  min(40px, calc(  18px  + ((40 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-3 {
  font-size: max(16px,  min(40px, calc(  16px  + ((40 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-3 {
  font-size: max(16px,  min(40px, calc(  16px  + ((40 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-3 {
  font-size: max(16px,  min(40px, calc(  16px  + ((40 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-2 {
  font-size: max(14px,  min(40px, calc(  14px  + ((40 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-2 {
  font-size: max(14px,  min(40px, calc(  14px  + ((40 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-2 {
  font-size: max(14px,  min(40px, calc(  14px  + ((40 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-8.rfs-md-1 {
  font-size: max(12px,  min(40px, calc(  12px  + ((40 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-8.rfs-sm-1 {
  font-size: max(12px,  min(40px, calc(  12px  + ((40 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-8.rfs-xs-1 {
  font-size: max(12px,  min(40px, calc(  12px  + ((40 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7 {
  font-size: 32px;
}

.fs-7.rfs-md-6 {
  font-size: max(28px,  min(32px, calc(  28px  + ((32 - 28) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-6 {
  font-size: max(28px,  min(32px, calc(  28px  + ((32 - 28) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-6 {
  font-size: max(28px,  min(32px, calc(  28px  + ((32 - 28) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-5 {
  font-size: max(22px,  min(32px, calc(  22px  + ((32 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-5 {
  font-size: max(22px,  min(32px, calc(  22px  + ((32 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-5 {
  font-size: max(22px,  min(32px, calc(  22px  + ((32 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-4 {
  font-size: max(18px,  min(32px, calc(  18px  + ((32 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-4 {
  font-size: max(18px,  min(32px, calc(  18px  + ((32 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-4 {
  font-size: max(18px,  min(32px, calc(  18px  + ((32 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-3 {
  font-size: max(16px,  min(32px, calc(  16px  + ((32 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-3 {
  font-size: max(16px,  min(32px, calc(  16px  + ((32 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-3 {
  font-size: max(16px,  min(32px, calc(  16px  + ((32 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-2 {
  font-size: max(14px,  min(32px, calc(  14px  + ((32 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-2 {
  font-size: max(14px,  min(32px, calc(  14px  + ((32 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-2 {
  font-size: max(14px,  min(32px, calc(  14px  + ((32 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-7.rfs-md-1 {
  font-size: max(12px,  min(32px, calc(  12px  + ((32 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-7.rfs-sm-1 {
  font-size: max(12px,  min(32px, calc(  12px  + ((32 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-7.rfs-xs-1 {
  font-size: max(12px,  min(32px, calc(  12px  + ((32 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6 {
  font-size: 28px;
}

.fs-6.rfs-md-5 {
  font-size: max(22px,  min(28px, calc(  22px  + ((28 - 22) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-5 {
  font-size: max(22px,  min(28px, calc(  22px  + ((28 - 22) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-5 {
  font-size: max(22px,  min(28px, calc(  22px  + ((28 - 22) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6.rfs-md-4 {
  font-size: max(18px,  min(28px, calc(  18px  + ((28 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-4 {
  font-size: max(18px,  min(28px, calc(  18px  + ((28 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-4 {
  font-size: max(18px,  min(28px, calc(  18px  + ((28 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6.rfs-md-3 {
  font-size: max(16px,  min(28px, calc(  16px  + ((28 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-3 {
  font-size: max(16px,  min(28px, calc(  16px  + ((28 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-3 {
  font-size: max(16px,  min(28px, calc(  16px  + ((28 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6.rfs-md-2 {
  font-size: max(14px,  min(28px, calc(  14px  + ((28 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-2 {
  font-size: max(14px,  min(28px, calc(  14px  + ((28 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-2 {
  font-size: max(14px,  min(28px, calc(  14px  + ((28 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-6.rfs-md-1 {
  font-size: max(12px,  min(28px, calc(  12px  + ((28 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-6.rfs-sm-1 {
  font-size: max(12px,  min(28px, calc(  12px  + ((28 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-6.rfs-xs-1 {
  font-size: max(12px,  min(28px, calc(  12px  + ((28 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-5 {
  font-size: 22px;
}

.fs-5.rfs-md-4 {
  font-size: max(18px,  min(22px, calc(  18px  + ((22 - 18) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-5.rfs-sm-4 {
  font-size: max(18px,  min(22px, calc(  18px  + ((22 - 18) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-5.rfs-xs-4 {
  font-size: max(18px,  min(22px, calc(  18px  + ((22 - 18) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-5.rfs-md-3 {
  font-size: max(16px,  min(22px, calc(  16px  + ((22 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-5.rfs-sm-3 {
  font-size: max(16px,  min(22px, calc(  16px  + ((22 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-5.rfs-xs-3 {
  font-size: max(16px,  min(22px, calc(  16px  + ((22 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-5.rfs-md-2 {
  font-size: max(14px,  min(22px, calc(  14px  + ((22 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-5.rfs-sm-2 {
  font-size: max(14px,  min(22px, calc(  14px  + ((22 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-5.rfs-xs-2 {
  font-size: max(14px,  min(22px, calc(  14px  + ((22 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-5.rfs-md-1 {
  font-size: max(12px,  min(22px, calc(  12px  + ((22 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-5.rfs-sm-1 {
  font-size: max(12px,  min(22px, calc(  12px  + ((22 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-5.rfs-xs-1 {
  font-size: max(12px,  min(22px, calc(  12px  + ((22 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-4 {
  font-size: 18px;
}

.fs-4.rfs-md-3 {
  font-size: max(16px,  min(18px, calc(  16px  + ((18 - 16) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-4.rfs-sm-3 {
  font-size: max(16px,  min(18px, calc(  16px  + ((18 - 16) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-4.rfs-xs-3 {
  font-size: max(16px,  min(18px, calc(  16px  + ((18 - 16) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-4.rfs-md-2 {
  font-size: max(14px,  min(18px, calc(  14px  + ((18 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-4.rfs-sm-2 {
  font-size: max(14px,  min(18px, calc(  14px  + ((18 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-4.rfs-xs-2 {
  font-size: max(14px,  min(18px, calc(  14px  + ((18 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-4.rfs-md-1 {
  font-size: max(12px,  min(18px, calc(  12px  + ((18 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-4.rfs-sm-1 {
  font-size: max(12px,  min(18px, calc(  12px  + ((18 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-4.rfs-xs-1 {
  font-size: max(12px,  min(18px, calc(  12px  + ((18 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-3 {
  font-size: 16px;
}

.fs-3.rfs-md-2 {
  font-size: max(14px,  min(16px, calc(  14px  + ((16 - 14) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-3.rfs-sm-2 {
  font-size: max(14px,  min(16px, calc(  14px  + ((16 - 14) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-3.rfs-xs-2 {
  font-size: max(14px,  min(16px, calc(  14px  + ((16 - 14) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-3.rfs-md-1 {
  font-size: max(12px,  min(16px, calc(  12px  + ((16 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-3.rfs-sm-1 {
  font-size: max(12px,  min(16px, calc(  12px  + ((16 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-3.rfs-xs-1 {
  font-size: max(12px,  min(16px, calc(  12px  + ((16 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-2 {
  font-size: 14px;
}

.fs-2.rfs-md-1 {
  font-size: max(12px,  min(14px, calc(  12px  + ((14 - 12) * (100vw - 1023.9px)/ (1214.9 - 1023.9)))  ));
}

.fs-2.rfs-sm-1 {
  font-size: max(12px,  min(14px, calc(  12px  + ((14 - 12) * (100vw - 767.9px)/ (1214.9 - 767.9)))  ));
}

.fs-2.rfs-xs-1 {
  font-size: max(12px,  min(14px, calc(  12px  + ((14 - 12) * (100vw - 479.9px)/ (1214.9 - 479.9)))  ));
}

.fs-1 {
  font-size: 12px;
}

svg.icon {
  height: 1em;
  width: 1em;
}

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

.body-disable-scrollbar {
  overflow-y: scroll !important;
  height: 100% !important;
}
.body-disable-scrollbar body {
  overflow: hidden !important;
  height: 100% !important;
}

@media (hover: hover) {
  .tiny-scrollbar {
    --jq-scrollbar-thumb: var(--jq-gray-300);
    --jq-scrollbar-hover: var(--jq-gray-400);
    --jq-scrollbar-track: rgba(0,0,0,0);
    scrollbar-width: thin;
    scrollbar-color: var(--jq-scrollbar-thumb) var(--jq-scrollbar-track);
  }
  .tiny-scrollbar::-webkit-scrollbar {
    height: 8px;
    width: 8px;
  }
  .tiny-scrollbar::-webkit-scrollbar-track {
    background: var(--jq-scrollbar-track);
    border-radius: 8px;
  }
  .tiny-scrollbar::-webkit-scrollbar-thumb {
    background: var(--jq-scrollbar-thumb);
    border-radius: 8px;
  }
  .tiny-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--jq-scrollbar-hover);
  }
}
.pos-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-top-left {
  top: 0;
  left: 0;
}

.pos-top-start {
  top: 0;
  left: 0;
}

.pos-top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pos-top-right {
  top: 0;
  right: 0;
}

.pos-top-end {
  top: 0;
  right: 0;
}

.pos-bottom-left {
  bottom: 0;
  left: 0;
}

.pos-bottom-start {
  bottom: 0;
  left: 0;
}

.pos-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pos-bottom-right {
  bottom: 0;
  right: 0;
}

.pos-bottom-end {
  bottom: 0;
  right: 0;
}

.pos-left-center {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pos-start-center {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pos-right-center {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pos-end-center {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pos-middle-top-start {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.pos-middle-top-center {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-middle-top-end {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.pos-middle-start-center {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pos-middle-end-center {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

.pos-middle-bottom-start {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.pos-middle-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.pos-middle-bottom-end {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.pos-radius-ne, .pos-radius-nw, .pos-radius-se, .pos-radius-sw {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pos-radius-ne:not(.flip-rtl), .pos-radius-se:not(.flip-rtl),
.pos-radius-ne.flip-rtl, .pos-radius-se.flip-rtl {
  transform: rotate(45deg);
}

.pos-radius-sw:not(.flip-rtl), .pos-radius-nw:not(.flip-rtl),
.pos-radius-sw.flip-rtl, .pos-radius-nw.flip-rtl {
  transform: rotate(-45deg);
}

.pos-radius-nw &gt; *,
.pos-radius-ne &gt; * {
  position: absolute;
  left: 50%;
  top: 0;
}

.pos-radius-ne:not(.flip-rtl) &gt; *,
.pos-radius-ne.flip-rtl &gt; * {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pos-radius-nw:not(.flip-rtl) &gt; *,
.pos-radius-nw.flip-rtl &gt; * {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pos-radius-sw:not(.flip-rtl) &gt; *,
.pos-radius-sw.flip-rtl &gt; * {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.pos-radius-se:not(.flip-rtl) &gt; *,
.pos-radius-se.flip-rtl &gt; * {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ratio-16x9 {
  --jq-aspect-ratio: calc(9 / 16 * 100%) !important;
}

.ratio-4x3 {
  --jq-aspect-ratio: calc(3 / 4 * 100%) !important;
}

.ratio-3x2 {
  --jq-aspect-ratio: calc(2 / 3 * 100%) !important;
}

.ratio-9x16 {
  --jq-aspect-ratio: calc(16 / 9 * 100%) !important;
}

.ratio-3x4 {
  --jq-aspect-ratio: calc(4 / 3 * 100%) !important;
}

.ratio-2x3 {
  --jq-aspect-ratio: calc(3 / 2 * 100%) !important;
}

.ratio-1x1 {
  --jq-aspect-ratio: 100% !important;
}

.align-sub {
  vertical-align: sub !important;
}

.align-super {
  vertical-align: super !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-top {
  vertical-align: top !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

.decoration-none {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.pre-wrap {
  white-space: pre-wrap !important;
}

.nowrap {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.control-uppercase {
  font-size: 0.875em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.078125em !important;
}

.ellipsis {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.truncate {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.truncate.line-clamp-5 {
  -webkit-line-clamp: 5 !important;
}

.truncate.line-clamp-4 {
  -webkit-line-clamp: 4 !important;
}

.truncate.line-clamp-3 {
  -webkit-line-clamp: 3 !important;
}

.truncate.line-clamp-2 {
  -webkit-line-clamp: 2 !important;
}

.truncate.line-clamp-1 {
  -webkit-line-clamp: 1 !important;
}

.fw-bolder, .bolder {
  font-weight: 700 !important;
}

.fw-bold, .bold {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fst-normal {
  font-style: normal !important;
}

.fst-normal, .italic {
  font-style: italic !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.tiny {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.8125rem !important;
}

.large {
  font-size: 1.25rem !important;
}

.larger {
  font-size: 1.5rem !important;
}

.largest {
  font-size: 2rem !important;
}

.columns-5 {
  columns: 5 !important;
}

.columns-4 {
  columns: 4 !important;
}

.columns-3 {
  columns: 3 !important;
}

.columns-2 {
  columns: 2 !important;
}

.columns-1 {
  columns: 1 !important;
}

.visible {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
}

.fit-none {
  object-fit: none !important;
}

.fit-scale-down {
  object-fit: scale-down !important;
}

.fit-contain {
  object-fit: contain !important;
}

.fit-fill {
  object-fit: fill !important;
}

.fit-cover {
  object-fit: cover !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.sticky {
  position: sticky !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.static {
  position: static !important;
}

.fixed-top {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
}

.fixed-bottom {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
}

.grid {
  display: grid !important;
}

.inline-flex {
  display: inline-flex !important;
}

.flex {
  display: flex !important;
}

.table-cell {
  display: table-cell !important;
}

.table-row {
  display: table-row !important;
}

.table {
  display: table !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.hidden {
  display: none !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-auto {
  flex: 1 !important;
}

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

.justify &gt; * {
  flex: 1 1 auto !important;
}

.items-center {
  justify-content: center !important;
  align-items: center !important;
}

.items-top-center {
  justify-content: center !important;
  align-items: flex-start !important;
}

.items-bottom-center {
  justify-content: center !important;
  align-items: flex-end !important;
}

.items-start-center {
  justify-content: flex-start !important;
  align-items: center !important;
}

.items-end-center {
  justify-content: flex-end !important;
  align-items: center !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.125rem !important;
}

.gap-2 {
  gap: 0.25rem !important;
}

.gap-3 {
  gap: 0.375rem !important;
}

.gap-4 {
  gap: 0.5rem !important;
}

.gap-5 {
  gap: 0.625rem !important;
}

.gap-6 {
  gap: 0.75rem !important;
}

.gap-7 {
  gap: 1rem !important;
}

.gap-8 {
  gap: 1.25rem !important;
}

.gap-9 {
  gap: 1.5rem !important;
}

.gap-10 {
  gap: 2rem !important;
}

.gap-11 {
  gap: 2.5rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-13 {
  gap: 3.5rem !important;
}

.gap-14 {
  gap: 4rem !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-y-1 {
  row-gap: 0.125rem !important;
}

.gap-y-2 {
  row-gap: 0.25rem !important;
}

.gap-y-3 {
  row-gap: 0.375rem !important;
}

.gap-y-4 {
  row-gap: 0.5rem !important;
}

.gap-y-5 {
  row-gap: 0.625rem !important;
}

.gap-y-6 {
  row-gap: 0.75rem !important;
}

.gap-y-7 {
  row-gap: 1rem !important;
}

.gap-y-8 {
  row-gap: 1.25rem !important;
}

.gap-y-9 {
  row-gap: 1.5rem !important;
}

.gap-y-10 {
  row-gap: 2rem !important;
}

.gap-y-11 {
  row-gap: 2.5rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

.gap-y-13 {
  row-gap: 3.5rem !important;
}

.gap-y-14 {
  row-gap: 4rem !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-x-1 {
  column-gap: 0.125rem !important;
}

.gap-x-2 {
  column-gap: 0.25rem !important;
}

.gap-x-3 {
  column-gap: 0.375rem !important;
}

.gap-x-4 {
  column-gap: 0.5rem !important;
}

.gap-x-5 {
  column-gap: 0.625rem !important;
}

.gap-x-6 {
  column-gap: 0.75rem !important;
}

.gap-x-7 {
  column-gap: 1rem !important;
}

.gap-x-8 {
  column-gap: 1.25rem !important;
}

.gap-x-9 {
  column-gap: 1.5rem !important;
}

.gap-x-10 {
  column-gap: 2rem !important;
}

.gap-x-11 {
  column-gap: 2.5rem !important;
}

.gap-x-12 {
  column-gap: 3rem !important;
}

.gap-x-13 {
  column-gap: 3.5rem !important;
}

.gap-x-14 {
  column-gap: 4rem !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-start {
  align-items: flex-start !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-evenly {
  align-content: space-evenly !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-start {
  align-self: flex-start !important;
}

.align-self-auto {
  align-self: auto !important;
}

.order-first {
  order: -9999 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-last {
  order: 9999 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.user-select-none {
  user-select: none !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-all {
  user-select: all !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-auto {
  cursor: auto !important;
}

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

.list-style-lower-alpha {
  list-style: lower-alpha !important;
}

.list-style-lower-roman {
  list-style: lower-roman !important;
}

.list-style-upper-roman {
  list-style: upper-roman !important;
}

.list-style-upper-alpha {
  list-style: upper-alpha !important;
}

.list-style-decimal {
  list-style: decimal !important;
}

.list-style-square {
  list-style: square !important;
}

.list-style-circle {
  list-style: circle !important;
}

.list-style-disc {
  list-style: disc !important;
}

.list-style-none {
  list-style: none !important;
}

[class^=border-], [class*=" border-"] {
  border-style: solid;
  border-width: 0;
}

.border-hidden {
  border-style: hidden !important;
}

.border-none {
  border-style: none !important;
}

.border-outset {
  border-style: outset !important;
}

.border-inset {
  border-style: inset !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-groove {
  border-style: groove !important;
}

.border-double {
  border-style: double !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-solid {
  border-style: solid !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.375rem !important;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.rounded-4 {
  border-radius: 0.75rem !important;
}

.rounded-5 {
  border-radius: 1rem !important;
}

.rounded-6 {
  border-radius: 1.25rem !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.border-left-0 {
  border-left-width: 0 !important;
}

.border-left-1 {
  border-left-width: 1px !important;
}

.border-left-2 {
  border-left-width: 2px !important;
}

.border-left-3 {
  border-left-width: 3px !important;
}

.border-left-4 {
  border-left-width: 4px !important;
}

.border-left-5 {
  border-left-width: 5px !important;
}

.border-left-6 {
  border-left-width: 6px !important;
}

.border-start-0 {
  border-left-width: 0 !important;
}

.border-start-1 {
  border-left-width: 1px !important;
}

.border-start-2 {
  border-left-width: 2px !important;
}

.border-start-3 {
  border-left-width: 3px !important;
}

.border-start-4 {
  border-left-width: 4px !important;
}

.border-start-5 {
  border-left-width: 5px !important;
}

.border-start-6 {
  border-left-width: 6px !important;
}

.border-top-0 {
  border-top-width: 0 !important;
}

.border-top-1 {
  border-top-width: 1px !important;
}

.border-top-2 {
  border-top-width: 2px !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}

.border-top-4 {
  border-top-width: 4px !important;
}

.border-top-5 {
  border-top-width: 5px !important;
}

.border-top-6 {
  border-top-width: 6px !important;
}

.border-right-0 {
  border-right-width: 0 !important;
}

.border-right-1 {
  border-right-width: 1px !important;
}

.border-right-2 {
  border-right-width: 2px !important;
}

.border-right-3 {
  border-right-width: 3px !important;
}

.border-right-4 {
  border-right-width: 4px !important;
}

.border-right-5 {
  border-right-width: 5px !important;
}

.border-right-6 {
  border-right-width: 6px !important;
}

.border-end-0 {
  border-right-width: 0 !important;
}

.border-end-1 {
  border-right-width: 1px !important;
}

.border-end-2 {
  border-right-width: 2px !important;
}

.border-end-3 {
  border-right-width: 3px !important;
}

.border-end-4 {
  border-right-width: 4px !important;
}

.border-end-5 {
  border-right-width: 5px !important;
}

.border-end-6 {
  border-right-width: 6px !important;
}

.border-bottom-0 {
  border-bottom-width: 0 !important;
}

.border-bottom-1 {
  border-bottom-width: 1px !important;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
}

.border-bottom-4 {
  border-bottom-width: 4px !important;
}

.border-bottom-5 {
  border-bottom-width: 5px !important;
}

.border-bottom-6 {
  border-bottom-width: 6px !important;
}

.wh-100 {
  width: 100% !important;
  height: 100% !important;
}

.w-sm {
  width: 480px !important;
}

.w-md {
  width: 768px !important;
}

.w-lg {
  width: 1024px !important;
}

.w-xl {
  width: 1215px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-sm {
  max-width: 480px !important;
}

.mw-md {
  max-width: 768px !important;
}

.mw-lg {
  max-width: 1024px !important;
}

.mw-xl {
  max-width: 1215px !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.space-x-0 &gt; * + * {
  margin-left: 0 !important;
}

.space-x-1 &gt; * + * {
  margin-left: 0.125rem !important;
}

.space-x-2 &gt; * + * {
  margin-left: 0.25rem !important;
}

.space-x-3 &gt; * + * {
  margin-left: 0.375rem !important;
}

.space-x-4 &gt; * + * {
  margin-left: 0.5rem !important;
}

.space-x-5 &gt; * + * {
  margin-left: 0.625rem !important;
}

.space-x-6 &gt; * + * {
  margin-left: 0.75rem !important;
}

.space-x-7 &gt; * + * {
  margin-left: 1rem !important;
}

.space-x-8 &gt; * + * {
  margin-left: 1.25rem !important;
}

.space-x-9 &gt; * + * {
  margin-left: 1.5rem !important;
}

.space-x-10 &gt; * + * {
  margin-left: 2rem !important;
}

.space-x-11 &gt; * + * {
  margin-left: 2.5rem !important;
}

.space-x-12 &gt; * + * {
  margin-left: 3rem !important;
}

.space-x-13 &gt; * + * {
  margin-left: 3.5rem !important;
}

.space-x-14 &gt; * + * {
  margin-left: 4rem !important;
}

.space-y-0 &gt; * + * {
  margin-top: 0 !important;
}

.space-y-1 &gt; * + * {
  margin-top: 0.125rem !important;
}

.space-y-2 &gt; * + * {
  margin-top: 0.25rem !important;
}

.space-y-3 &gt; * + * {
  margin-top: 0.375rem !important;
}

.space-y-4 &gt; * + * {
  margin-top: 0.5rem !important;
}

.space-y-5 &gt; * + * {
  margin-top: 0.625rem !important;
}

.space-y-6 &gt; * + * {
  margin-top: 0.75rem !important;
}

.space-y-7 &gt; * + * {
  margin-top: 1rem !important;
}

.space-y-8 &gt; * + * {
  margin-top: 1.25rem !important;
}

.space-y-9 &gt; * + * {
  margin-top: 1.5rem !important;
}

.space-y-10 &gt; * + * {
  margin-top: 2rem !important;
}

.space-y-11 &gt; * + * {
  margin-top: 2.5rem !important;
}

.space-y-12 &gt; * + * {
  margin-top: 3rem !important;
}

.space-y-13 &gt; * + * {
  margin-top: 3.5rem !important;
}

.space-y-14 &gt; * + * {
  margin-top: 4rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.125rem !important;
}

.m-2 {
  margin: 0.25rem !important;
}

.m-3 {
  margin: 0.375rem !important;
}

.m-4 {
  margin: 0.5rem !important;
}

.m-5 {
  margin: 0.625rem !important;
}

.m-6 {
  margin: 0.75rem !important;
}

.m-7 {
  margin: 1rem !important;
}

.m-8 {
  margin: 1.25rem !important;
}

.m-9 {
  margin: 1.5rem !important;
}

.m-10 {
  margin: 2rem !important;
}

.m-11 {
  margin: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-13 {
  margin: 3.5rem !important;
}

.m-14 {
  margin: 4rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.125rem !important;
  margin-left: 0.125rem !important;
}

.mx-2 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-3 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}

.mx-4 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-5 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-6 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-7 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-8 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-9 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-10 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-11 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-13 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-14 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.my-2 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-3 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-4 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-6 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-7 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-8 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-9 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-10 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-11 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-13 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-14 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.125rem !important;
}

.mt-2 {
  margin-top: 0.25rem !important;
}

.mt-3 {
  margin-top: 0.375rem !important;
}

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

.mt-5 {
  margin-top: 0.625rem !important;
}

.mt-6 {
  margin-top: 0.75rem !important;
}

.mt-7 {
  margin-top: 1rem !important;
}

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

.mt-9 {
  margin-top: 1.5rem !important;
}

.mt-10 {
  margin-top: 2rem !important;
}

.mt-11 {
  margin-top: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-13 {
  margin-top: 3.5rem !important;
}

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

.mt-auto {
  margin-top: auto !important;
}

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

.me-1 {
  margin-right: 0.125rem !important;
}

.me-2 {
  margin-right: 0.25rem !important;
}

.me-3 {
  margin-right: 0.375rem !important;
}

.me-4 {
  margin-right: 0.5rem !important;
}

.me-5 {
  margin-right: 0.625rem !important;
}

.me-6 {
  margin-right: 0.75rem !important;
}

.me-7 {
  margin-right: 1rem !important;
}

.me-8 {
  margin-right: 1.25rem !important;
}

.me-9 {
  margin-right: 1.5rem !important;
}

.me-10 {
  margin-right: 2rem !important;
}

.me-11 {
  margin-right: 2.5rem !important;
}

.me-12 {
  margin-right: 3rem !important;
}

.me-13 {
  margin-right: 3.5rem !important;
}

.me-14 {
  margin-right: 4rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.125rem !important;
}

.mb-2 {
  margin-bottom: 0.25rem !important;
}

.mb-3 {
  margin-bottom: 0.375rem !important;
}

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

.mb-5 {
  margin-bottom: 0.625rem !important;
}

.mb-6 {
  margin-bottom: 0.75rem !important;
}

.mb-7 {
  margin-bottom: 1rem !important;
}

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

.mb-9 {
  margin-bottom: 1.5rem !important;
}

.mb-10 {
  margin-bottom: 2rem !important;
}

.mb-11 {
  margin-bottom: 2.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-13 {
  margin-bottom: 3.5rem !important;
}

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

.mb-auto {
  margin-bottom: auto !important;
}

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

.ms-1 {
  margin-left: 0.125rem !important;
}

.ms-2 {
  margin-left: 0.25rem !important;
}

.ms-3 {
  margin-left: 0.375rem !important;
}

.ms-4 {
  margin-left: 0.5rem !important;
}

.ms-5 {
  margin-left: 0.625rem !important;
}

.ms-6 {
  margin-left: 0.75rem !important;
}

.ms-7 {
  margin-left: 1rem !important;
}

.ms-8 {
  margin-left: 1.25rem !important;
}

.ms-9 {
  margin-left: 1.5rem !important;
}

.ms-10 {
  margin-left: 2rem !important;
}

.ms-11 {
  margin-left: 2.5rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.ms-13 {
  margin-left: 3.5rem !important;
}

.ms-14 {
  margin-left: 4rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.ml-1 {
  margin-left: 0.125rem !important;
}

.ml-2 {
  margin-left: 0.25rem !important;
}

.ml-3 {
  margin-left: 0.375rem !important;
}

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

.ml-5 {
  margin-left: 0.625rem !important;
}

.ml-6 {
  margin-left: 0.75rem !important;
}

.ml-7 {
  margin-left: 1rem !important;
}

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

.ml-9 {
  margin-left: 1.5rem !important;
}

.ml-10 {
  margin-left: 2rem !important;
}

.ml-11 {
  margin-left: 2.5rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.ml-13 {
  margin-left: 3.5rem !important;
}

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

.ml-auto {
  margin-left: auto !important;
}

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

.mr-1 {
  margin-right: 0.125rem !important;
}

.mr-2 {
  margin-right: 0.25rem !important;
}

.mr-3 {
  margin-right: 0.375rem !important;
}

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

.mr-5 {
  margin-right: 0.625rem !important;
}

.mr-6 {
  margin-right: 0.75rem !important;
}

.mr-7 {
  margin-right: 1rem !important;
}

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

.mr-9 {
  margin-right: 1.5rem !important;
}

.mr-10 {
  margin-right: 2rem !important;
}

.mr-11 {
  margin-right: 2.5rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mr-13 {
  margin-right: 3.5rem !important;
}

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

.mr-auto {
  margin-right: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.125rem !important;
}

.p-2 {
  padding: 0.25rem !important;
}

.p-3 {
  padding: 0.375rem !important;
}

.p-4 {
  padding: 0.5rem !important;
}

.p-5 {
  padding: 0.625rem !important;
}

.p-6 {
  padding: 0.75rem !important;
}

.p-7 {
  padding: 1rem !important;
}

.p-8 {
  padding: 1.25rem !important;
}

.p-9 {
  padding: 1.5rem !important;
}

.p-10 {
  padding: 2rem !important;
}

.p-11 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-13 {
  padding: 3.5rem !important;
}

.p-14 {
  padding: 4rem !important;
}

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

.px-1 {
  padding-right: 0.125rem !important;
  padding-left: 0.125rem !important;
}

.px-2 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-3 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}

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

.px-5 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-6 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-7 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

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

.px-9 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-10 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-11 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-13 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

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

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

.py-1 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-2 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-3 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-4 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-6 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-7 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-8 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-9 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-10 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-11 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-13 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-14 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

.pt-1 {
  padding-top: 0.125rem !important;
}

.pt-2 {
  padding-top: 0.25rem !important;
}

.pt-3 {
  padding-top: 0.375rem !important;
}

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

.pt-5 {
  padding-top: 0.625rem !important;
}

.pt-6 {
  padding-top: 0.75rem !important;
}

.pt-7 {
  padding-top: 1rem !important;
}

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

.pt-9 {
  padding-top: 1.5rem !important;
}

.pt-10 {
  padding-top: 2rem !important;
}

.pt-11 {
  padding-top: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-13 {
  padding-top: 3.5rem !important;
}

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

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

.pe-1 {
  padding-right: 0.125rem !important;
}

.pe-2 {
  padding-right: 0.25rem !important;
}

.pe-3 {
  padding-right: 0.375rem !important;
}

.pe-4 {
  padding-right: 0.5rem !important;
}

.pe-5 {
  padding-right: 0.625rem !important;
}

.pe-6 {
  padding-right: 0.75rem !important;
}

.pe-7 {
  padding-right: 1rem !important;
}

.pe-8 {
  padding-right: 1.25rem !important;
}

.pe-9 {
  padding-right: 1.5rem !important;
}

.pe-10 {
  padding-right: 2rem !important;
}

.pe-11 {
  padding-right: 2.5rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.pe-13 {
  padding-right: 3.5rem !important;
}

.pe-14 {
  padding-right: 4rem !important;
}

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

.pb-1 {
  padding-bottom: 0.125rem !important;
}

.pb-2 {
  padding-bottom: 0.25rem !important;
}

.pb-3 {
  padding-bottom: 0.375rem !important;
}

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

.pb-5 {
  padding-bottom: 0.625rem !important;
}

.pb-6 {
  padding-bottom: 0.75rem !important;
}

.pb-7 {
  padding-bottom: 1rem !important;
}

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

.pb-9 {
  padding-bottom: 1.5rem !important;
}

.pb-10 {
  padding-bottom: 2rem !important;
}

.pb-11 {
  padding-bottom: 2.5rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-13 {
  padding-bottom: 3.5rem !important;
}

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

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

.ps-1 {
  padding-left: 0.125rem !important;
}

.ps-2 {
  padding-left: 0.25rem !important;
}

.ps-3 {
  padding-left: 0.375rem !important;
}

.ps-4 {
  padding-left: 0.5rem !important;
}

.ps-5 {
  padding-left: 0.625rem !important;
}

.ps-6 {
  padding-left: 0.75rem !important;
}

.ps-7 {
  padding-left: 1rem !important;
}

.ps-8 {
  padding-left: 1.25rem !important;
}

.ps-9 {
  padding-left: 1.5rem !important;
}

.ps-10 {
  padding-left: 2rem !important;
}

.ps-11 {
  padding-left: 2.5rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.ps-13 {
  padding-left: 3.5rem !important;
}

.ps-14 {
  padding-left: 4rem !important;
}

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

.pl-1 {
  padding-left: 0.125rem !important;
}

.pl-2 {
  padding-left: 0.25rem !important;
}

.pl-3 {
  padding-left: 0.375rem !important;
}

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

.pl-5 {
  padding-left: 0.625rem !important;
}

.pl-6 {
  padding-left: 0.75rem !important;
}

.pl-7 {
  padding-left: 1rem !important;
}

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

.pl-9 {
  padding-left: 1.5rem !important;
}

.pl-10 {
  padding-left: 2rem !important;
}

.pl-11 {
  padding-left: 2.5rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pl-13 {
  padding-left: 3.5rem !important;
}

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

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

.pr-1 {
  padding-right: 0.125rem !important;
}

.pr-2 {
  padding-right: 0.25rem !important;
}

.pr-3 {
  padding-right: 0.375rem !important;
}

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

.pr-5 {
  padding-right: 0.625rem !important;
}

.pr-6 {
  padding-right: 0.75rem !important;
}

.pr-7 {
  padding-right: 1rem !important;
}

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

.pr-9 {
  padding-right: 1.5rem !important;
}

.pr-10 {
  padding-right: 2rem !important;
}

.pr-11 {
  padding-right: 2.5rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pr-13 {
  padding-right: 3.5rem !important;
}

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

@media (max-width: 1214.9px) {
  .text-start-lg {
    text-align: left !important;
  }

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

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

  .text-justify-lg {
    text-align: justify !important;
  }

  .grid-lg {
    display: grid !important;
  }

  .inline-flex-lg {
    display: inline-flex !important;
  }

  .flex-lg {
    display: flex !important;
  }

  .table-cell-lg {
    display: table-cell !important;
  }

  .table-row-lg {
    display: table-row !important;
  }

  .table-lg {
    display: table !important;
  }

  .block-lg {
    display: block !important;
  }

  .inline-block-lg {
    display: inline-block !important;
  }

  .inline-lg {
    display: inline !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .flex-column-reverse-lg {
    flex-direction: column-reverse !important;
  }

  .flex-row-reverse-lg {
    flex-direction: row-reverse !important;
  }

  .flex-column-lg {
    flex-direction: column !important;
  }

  .flex-row-lg {
    flex-direction: row !important;
  }

  .flex-auto-lg {
    flex: 1 !important;
  }

  .flex-none-lg {
    flex: none !important;
  }

  .justify-lg &gt; * {
    flex: 1 1 auto !important;
  }

  .items-center-lg {
    justify-content: center !important;
    align-items: center !important;
  }

  .items-top-center-lg {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .items-bottom-center-lg {
    justify-content: center !important;
    align-items: flex-end !important;
  }

  .items-start-center-lg {
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .items-end-center-lg {
    justify-content: flex-end !important;
    align-items: center !important;
  }

  .gap-0-lg {
    gap: 0 !important;
  }

  .gap-1-lg {
    gap: 0.125rem !important;
  }

  .gap-2-lg {
    gap: 0.25rem !important;
  }

  .gap-3-lg {
    gap: 0.375rem !important;
  }

  .gap-4-lg {
    gap: 0.5rem !important;
  }

  .gap-5-lg {
    gap: 0.625rem !important;
  }

  .gap-6-lg {
    gap: 0.75rem !important;
  }

  .gap-7-lg {
    gap: 1rem !important;
  }

  .gap-8-lg {
    gap: 1.25rem !important;
  }

  .gap-9-lg {
    gap: 1.5rem !important;
  }

  .gap-10-lg {
    gap: 2rem !important;
  }

  .gap-11-lg {
    gap: 2.5rem !important;
  }

  .gap-12-lg {
    gap: 3rem !important;
  }

  .gap-13-lg {
    gap: 3.5rem !important;
  }

  .gap-14-lg {
    gap: 4rem !important;
  }

  .justify-evenly-lg {
    justify-content: space-evenly !important;
  }

  .justify-between-lg {
    justify-content: space-between !important;
  }

  .justify-around-lg {
    justify-content: space-around !important;
  }

  .justify-center-lg {
    justify-content: center !important;
  }

  .justify-end-lg {
    justify-content: flex-end !important;
  }

  .justify-start-lg {
    justify-content: flex-start !important;
  }

  .flex-wrap-reverse-lg {
    flex-wrap: wrap-reverse !important;
  }

  .flex-nowrap-lg {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-lg {
    flex-wrap: wrap !important;
  }

  .align-items-baseline-lg {
    align-items: baseline !important;
  }

  .align-items-end-lg {
    align-items: flex-end !important;
  }

  .align-items-center-lg {
    align-items: center !important;
  }

  .align-items-start-lg {
    align-items: flex-start !important;
  }

  .align-items-stretch-lg {
    align-items: stretch !important;
  }

  .align-content-evenly-lg {
    align-content: space-evenly !important;
  }

  .align-content-around-lg {
    align-content: space-around !important;
  }

  .align-content-between-lg {
    align-content: space-between !important;
  }

  .align-content-end-lg {
    align-content: flex-end !important;
  }

  .align-content-center-lg {
    align-content: center !important;
  }

  .align-content-start-lg {
    align-content: flex-start !important;
  }

  .align-self-baseline-lg {
    align-self: baseline !important;
  }

  .align-self-stretch-lg {
    align-self: stretch !important;
  }

  .align-self-end-lg {
    align-self: flex-end !important;
  }

  .align-self-center-lg {
    align-self: center !important;
  }

  .align-self-start-lg {
    align-self: flex-start !important;
  }

  .align-self-auto-lg {
    align-self: auto !important;
  }
}
@media (max-width: 1023.9px) {
  .text-start-md {
    text-align: left !important;
  }

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

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

  .text-justify-md {
    text-align: justify !important;
  }

  .grid-md {
    display: grid !important;
  }

  .inline-flex-md {
    display: inline-flex !important;
  }

  .flex-md {
    display: flex !important;
  }

  .table-cell-md {
    display: table-cell !important;
  }

  .table-row-md {
    display: table-row !important;
  }

  .table-md {
    display: table !important;
  }

  .block-md {
    display: block !important;
  }

  .inline-block-md {
    display: inline-block !important;
  }

  .inline-md {
    display: inline !important;
  }

  .hidden-md {
    display: none !important;
  }

  .flex-column-reverse-md {
    flex-direction: column-reverse !important;
  }

  .flex-row-reverse-md {
    flex-direction: row-reverse !important;
  }

  .flex-column-md {
    flex-direction: column !important;
  }

  .flex-row-md {
    flex-direction: row !important;
  }

  .flex-auto-md {
    flex: 1 !important;
  }

  .flex-none-md {
    flex: none !important;
  }

  .justify-md &gt; * {
    flex: 1 1 auto !important;
  }

  .items-center-md {
    justify-content: center !important;
    align-items: center !important;
  }

  .items-top-center-md {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .items-bottom-center-md {
    justify-content: center !important;
    align-items: flex-end !important;
  }

  .items-start-center-md {
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .items-end-center-md {
    justify-content: flex-end !important;
    align-items: center !important;
  }

  .gap-0-md {
    gap: 0 !important;
  }

  .gap-1-md {
    gap: 0.125rem !important;
  }

  .gap-2-md {
    gap: 0.25rem !important;
  }

  .gap-3-md {
    gap: 0.375rem !important;
  }

  .gap-4-md {
    gap: 0.5rem !important;
  }

  .gap-5-md {
    gap: 0.625rem !important;
  }

  .gap-6-md {
    gap: 0.75rem !important;
  }

  .gap-7-md {
    gap: 1rem !important;
  }

  .gap-8-md {
    gap: 1.25rem !important;
  }

  .gap-9-md {
    gap: 1.5rem !important;
  }

  .gap-10-md {
    gap: 2rem !important;
  }

  .gap-11-md {
    gap: 2.5rem !important;
  }

  .gap-12-md {
    gap: 3rem !important;
  }

  .gap-13-md {
    gap: 3.5rem !important;
  }

  .gap-14-md {
    gap: 4rem !important;
  }

  .justify-evenly-md {
    justify-content: space-evenly !important;
  }

  .justify-between-md {
    justify-content: space-between !important;
  }

  .justify-around-md {
    justify-content: space-around !important;
  }

  .justify-center-md {
    justify-content: center !important;
  }

  .justify-end-md {
    justify-content: flex-end !important;
  }

  .justify-start-md {
    justify-content: flex-start !important;
  }

  .flex-wrap-reverse-md {
    flex-wrap: wrap-reverse !important;
  }

  .flex-nowrap-md {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-md {
    flex-wrap: wrap !important;
  }

  .align-items-baseline-md {
    align-items: baseline !important;
  }

  .align-items-end-md {
    align-items: flex-end !important;
  }

  .align-items-center-md {
    align-items: center !important;
  }

  .align-items-start-md {
    align-items: flex-start !important;
  }

  .align-items-stretch-md {
    align-items: stretch !important;
  }

  .align-content-evenly-md {
    align-content: space-evenly !important;
  }

  .align-content-around-md {
    align-content: space-around !important;
  }

  .align-content-between-md {
    align-content: space-between !important;
  }

  .align-content-end-md {
    align-content: flex-end !important;
  }

  .align-content-center-md {
    align-content: center !important;
  }

  .align-content-start-md {
    align-content: flex-start !important;
  }

  .align-self-baseline-md {
    align-self: baseline !important;
  }

  .align-self-stretch-md {
    align-self: stretch !important;
  }

  .align-self-end-md {
    align-self: flex-end !important;
  }

  .align-self-center-md {
    align-self: center !important;
  }

  .align-self-start-md {
    align-self: flex-start !important;
  }

  .align-self-auto-md {
    align-self: auto !important;
  }
}
@media (max-width: 767.9px) {
  .text-start-sm {
    text-align: left !important;
  }

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

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

  .text-justify-sm {
    text-align: justify !important;
  }

  .grid-sm {
    display: grid !important;
  }

  .inline-flex-sm {
    display: inline-flex !important;
  }

  .flex-sm {
    display: flex !important;
  }

  .table-cell-sm {
    display: table-cell !important;
  }

  .table-row-sm {
    display: table-row !important;
  }

  .table-sm {
    display: table !important;
  }

  .block-sm {
    display: block !important;
  }

  .inline-block-sm {
    display: inline-block !important;
  }

  .inline-sm {
    display: inline !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .flex-column-reverse-sm {
    flex-direction: column-reverse !important;
  }

  .flex-row-reverse-sm {
    flex-direction: row-reverse !important;
  }

  .flex-column-sm {
    flex-direction: column !important;
  }

  .flex-row-sm {
    flex-direction: row !important;
  }

  .flex-auto-sm {
    flex: 1 !important;
  }

  .flex-none-sm {
    flex: none !important;
  }

  .justify-sm &gt; * {
    flex: 1 1 auto !important;
  }

  .items-center-sm {
    justify-content: center !important;
    align-items: center !important;
  }

  .items-top-center-sm {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .items-bottom-center-sm {
    justify-content: center !important;
    align-items: flex-end !important;
  }

  .items-start-center-sm {
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .items-end-center-sm {
    justify-content: flex-end !important;
    align-items: center !important;
  }

  .gap-0-sm {
    gap: 0 !important;
  }

  .gap-1-sm {
    gap: 0.125rem !important;
  }

  .gap-2-sm {
    gap: 0.25rem !important;
  }

  .gap-3-sm {
    gap: 0.375rem !important;
  }

  .gap-4-sm {
    gap: 0.5rem !important;
  }

  .gap-5-sm {
    gap: 0.625rem !important;
  }

  .gap-6-sm {
    gap: 0.75rem !important;
  }

  .gap-7-sm {
    gap: 1rem !important;
  }

  .gap-8-sm {
    gap: 1.25rem !important;
  }

  .gap-9-sm {
    gap: 1.5rem !important;
  }

  .gap-10-sm {
    gap: 2rem !important;
  }

  .gap-11-sm {
    gap: 2.5rem !important;
  }

  .gap-12-sm {
    gap: 3rem !important;
  }

  .gap-13-sm {
    gap: 3.5rem !important;
  }

  .gap-14-sm {
    gap: 4rem !important;
  }

  .justify-evenly-sm {
    justify-content: space-evenly !important;
  }

  .justify-between-sm {
    justify-content: space-between !important;
  }

  .justify-around-sm {
    justify-content: space-around !important;
  }

  .justify-center-sm {
    justify-content: center !important;
  }

  .justify-end-sm {
    justify-content: flex-end !important;
  }

  .justify-start-sm {
    justify-content: flex-start !important;
  }

  .flex-wrap-reverse-sm {
    flex-wrap: wrap-reverse !important;
  }

  .flex-nowrap-sm {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-sm {
    flex-wrap: wrap !important;
  }

  .align-items-baseline-sm {
    align-items: baseline !important;
  }

  .align-items-end-sm {
    align-items: flex-end !important;
  }

  .align-items-center-sm {
    align-items: center !important;
  }

  .align-items-start-sm {
    align-items: flex-start !important;
  }

  .align-items-stretch-sm {
    align-items: stretch !important;
  }

  .align-content-evenly-sm {
    align-content: space-evenly !important;
  }

  .align-content-around-sm {
    align-content: space-around !important;
  }

  .align-content-between-sm {
    align-content: space-between !important;
  }

  .align-content-end-sm {
    align-content: flex-end !important;
  }

  .align-content-center-sm {
    align-content: center !important;
  }

  .align-content-start-sm {
    align-content: flex-start !important;
  }

  .align-self-baseline-sm {
    align-self: baseline !important;
  }

  .align-self-stretch-sm {
    align-self: stretch !important;
  }

  .align-self-end-sm {
    align-self: flex-end !important;
  }

  .align-self-center-sm {
    align-self: center !important;
  }

  .align-self-start-sm {
    align-self: flex-start !important;
  }

  .align-self-auto-sm {
    align-self: auto !important;
  }
}
@media (max-width: 479.9px) {
  .text-start-xs {
    text-align: left !important;
  }

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

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

  .text-justify-xs {
    text-align: justify !important;
  }

  .grid-xs {
    display: grid !important;
  }

  .inline-flex-xs {
    display: inline-flex !important;
  }

  .flex-xs {
    display: flex !important;
  }

  .table-cell-xs {
    display: table-cell !important;
  }

  .table-row-xs {
    display: table-row !important;
  }

  .table-xs {
    display: table !important;
  }

  .block-xs {
    display: block !important;
  }

  .inline-block-xs {
    display: inline-block !important;
  }

  .inline-xs {
    display: inline !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .flex-column-reverse-xs {
    flex-direction: column-reverse !important;
  }

  .flex-row-reverse-xs {
    flex-direction: row-reverse !important;
  }

  .flex-column-xs {
    flex-direction: column !important;
  }

  .flex-row-xs {
    flex-direction: row !important;
  }

  .flex-auto-xs {
    flex: 1 !important;
  }

  .flex-none-xs {
    flex: none !important;
  }

  .justify-xs &gt; * {
    flex: 1 1 auto !important;
  }

  .items-center-xs {
    justify-content: center !important;
    align-items: center !important;
  }

  .items-top-center-xs {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .items-bottom-center-xs {
    justify-content: center !important;
    align-items: flex-end !important;
  }

  .items-start-center-xs {
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .items-end-center-xs {
    justify-content: flex-end !important;
    align-items: center !important;
  }

  .gap-0-xs {
    gap: 0 !important;
  }

  .gap-1-xs {
    gap: 0.125rem !important;
  }

  .gap-2-xs {
    gap: 0.25rem !important;
  }

  .gap-3-xs {
    gap: 0.375rem !important;
  }

  .gap-4-xs {
    gap: 0.5rem !important;
  }

  .gap-5-xs {
    gap: 0.625rem !important;
  }

  .gap-6-xs {
    gap: 0.75rem !important;
  }

  .gap-7-xs {
    gap: 1rem !important;
  }

  .gap-8-xs {
    gap: 1.25rem !important;
  }

  .gap-9-xs {
    gap: 1.5rem !important;
  }

  .gap-10-xs {
    gap: 2rem !important;
  }

  .gap-11-xs {
    gap: 2.5rem !important;
  }

  .gap-12-xs {
    gap: 3rem !important;
  }

  .gap-13-xs {
    gap: 3.5rem !important;
  }

  .gap-14-xs {
    gap: 4rem !important;
  }

  .justify-evenly-xs {
    justify-content: space-evenly !important;
  }

  .justify-between-xs {
    justify-content: space-between !important;
  }

  .justify-around-xs {
    justify-content: space-around !important;
  }

  .justify-center-xs {
    justify-content: center !important;
  }

  .justify-end-xs {
    justify-content: flex-end !important;
  }

  .justify-start-xs {
    justify-content: flex-start !important;
  }

  .flex-wrap-reverse-xs {
    flex-wrap: wrap-reverse !important;
  }

  .flex-nowrap-xs {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-xs {
    flex-wrap: wrap !important;
  }

  .align-items-baseline-xs {
    align-items: baseline !important;
  }

  .align-items-end-xs {
    align-items: flex-end !important;
  }

  .align-items-center-xs {
    align-items: center !important;
  }

  .align-items-start-xs {
    align-items: flex-start !important;
  }

  .align-items-stretch-xs {
    align-items: stretch !important;
  }

  .align-content-evenly-xs {
    align-content: space-evenly !important;
  }

  .align-content-around-xs {
    align-content: space-around !important;
  }

  .align-content-between-xs {
    align-content: space-between !important;
  }

  .align-content-end-xs {
    align-content: flex-end !important;
  }

  .align-content-center-xs {
    align-content: center !important;
  }

  .align-content-start-xs {
    align-content: flex-start !important;
  }

  .align-self-baseline-xs {
    align-self: baseline !important;
  }

  .align-self-stretch-xs {
    align-self: stretch !important;
  }

  .align-self-end-xs {
    align-self: flex-end !important;
  }

  .align-self-center-xs {
    align-self: center !important;
  }

  .align-self-start-xs {
    align-self: flex-start !important;
  }

  .align-self-auto-xs {
    align-self: auto !important;
  }
}
.bg-blue {
  --jq-bg-color: rgba(var(--jq-blue),var(--jq-bg-opacity));
  color: rgb(var(--jq-blue-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-blue-container {
  --jq-bg-color: rgba(var(--jq-blue),var(--jq-bg-container-opacity));
  color: var(--jq-blue-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-blue {
  border-color: rgba(var(--jq-blue), var(--jq-border-opacity)) !important;
}

.text-blue {
  color: rgba(var(--jq-blue-fore-color), var(--jq-text-opacity)) !important;
}

.bg-violet {
  --jq-bg-color: rgba(var(--jq-violet),var(--jq-bg-opacity));
  color: rgb(var(--jq-violet-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-violet-container {
  --jq-bg-color: rgba(var(--jq-violet),var(--jq-bg-container-opacity));
  color: var(--jq-violet-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-violet {
  border-color: rgba(var(--jq-violet), var(--jq-border-opacity)) !important;
}

.text-violet {
  color: rgba(var(--jq-violet-fore-color), var(--jq-text-opacity)) !important;
}

.bg-purple {
  --jq-bg-color: rgba(var(--jq-purple),var(--jq-bg-opacity));
  color: rgb(var(--jq-purple-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-purple-container {
  --jq-bg-color: rgba(var(--jq-purple),var(--jq-bg-container-opacity));
  color: var(--jq-purple-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-purple {
  border-color: rgba(var(--jq-purple), var(--jq-border-opacity)) !important;
}

.text-purple {
  color: rgba(var(--jq-purple-fore-color), var(--jq-text-opacity)) !important;
}

.bg-pink {
  --jq-bg-color: rgba(var(--jq-pink),var(--jq-bg-opacity));
  color: rgb(var(--jq-pink-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-pink-container {
  --jq-bg-color: rgba(var(--jq-pink),var(--jq-bg-container-opacity));
  color: var(--jq-pink-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-pink {
  border-color: rgba(var(--jq-pink), var(--jq-border-opacity)) !important;
}

.text-pink {
  color: rgba(var(--jq-pink-fore-color), var(--jq-text-opacity)) !important;
}

.bg-red {
  --jq-bg-color: rgba(var(--jq-red),var(--jq-bg-opacity));
  color: rgb(var(--jq-red-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-red-container {
  --jq-bg-color: rgba(var(--jq-red),var(--jq-bg-container-opacity));
  color: var(--jq-red-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-red {
  border-color: rgba(var(--jq-red), var(--jq-border-opacity)) !important;
}

.text-red {
  color: rgba(var(--jq-red-fore-color), var(--jq-text-opacity)) !important;
}

.bg-orange {
  --jq-bg-color: rgba(var(--jq-orange),var(--jq-bg-opacity));
  color: rgb(var(--jq-orange-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-orange-container {
  --jq-bg-color: rgba(var(--jq-orange),var(--jq-bg-container-opacity));
  color: var(--jq-orange-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-orange {
  border-color: rgba(var(--jq-orange), var(--jq-border-opacity)) !important;
}

.text-orange {
  color: rgba(var(--jq-orange-fore-color), var(--jq-text-opacity)) !important;
}

.bg-yellow {
  --jq-bg-color: rgba(var(--jq-yellow),var(--jq-bg-opacity));
  color: rgb(var(--jq-yellow-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-yellow-container {
  --jq-bg-color: rgba(var(--jq-yellow),var(--jq-bg-container-opacity));
  color: var(--jq-yellow-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-yellow {
  border-color: rgba(var(--jq-yellow), var(--jq-border-opacity)) !important;
}

.text-yellow {
  color: rgba(var(--jq-yellow-fore-color), var(--jq-text-opacity)) !important;
}

.bg-olive {
  --jq-bg-color: rgba(var(--jq-olive),var(--jq-bg-opacity));
  color: rgb(var(--jq-olive-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-olive-container {
  --jq-bg-color: rgba(var(--jq-olive),var(--jq-bg-container-opacity));
  color: var(--jq-olive-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-olive {
  border-color: rgba(var(--jq-olive), var(--jq-border-opacity)) !important;
}

.text-olive {
  color: rgba(var(--jq-olive-fore-color), var(--jq-text-opacity)) !important;
}

.bg-green {
  --jq-bg-color: rgba(var(--jq-green),var(--jq-bg-opacity));
  color: rgb(var(--jq-green-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-green-container {
  --jq-bg-color: rgba(var(--jq-green),var(--jq-bg-container-opacity));
  color: var(--jq-green-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-green {
  border-color: rgba(var(--jq-green), var(--jq-border-opacity)) !important;
}

.text-green {
  color: rgba(var(--jq-green-fore-color), var(--jq-text-opacity)) !important;
}

.bg-teal {
  --jq-bg-color: rgba(var(--jq-teal),var(--jq-bg-opacity));
  color: rgb(var(--jq-teal-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-teal-container {
  --jq-bg-color: rgba(var(--jq-teal),var(--jq-bg-container-opacity));
  color: var(--jq-teal-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-teal {
  border-color: rgba(var(--jq-teal), var(--jq-border-opacity)) !important;
}

.text-teal {
  color: rgba(var(--jq-teal-fore-color), var(--jq-text-opacity)) !important;
}

.bg-cyan {
  --jq-bg-color: rgba(var(--jq-cyan),var(--jq-bg-opacity));
  color: rgb(var(--jq-cyan-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-cyan-container {
  --jq-bg-color: rgba(var(--jq-cyan),var(--jq-bg-container-opacity));
  color: var(--jq-cyan-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-cyan {
  border-color: rgba(var(--jq-cyan), var(--jq-border-opacity)) !important;
}

.text-cyan {
  color: rgba(var(--jq-cyan-fore-color), var(--jq-text-opacity)) !important;
}

.bg-white {
  --jq-bg-color: rgba(var(--jq-white),var(--jq-bg-opacity));
  color: rgb(var(--jq-white-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-white-container {
  --jq-bg-color: rgba(var(--jq-white),var(--jq-bg-container-opacity));
  color: var(--jq-white-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-white {
  border-color: rgba(var(--jq-white), var(--jq-border-opacity)) !important;
}

.text-white {
  color: rgba(var(--jq-white-fore-color), var(--jq-text-opacity)) !important;
}

.bg-gray {
  --jq-bg-color: rgba(var(--jq-gray),var(--jq-bg-opacity));
  color: rgb(var(--jq-gray-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-gray-container {
  --jq-bg-color: rgba(var(--jq-gray),var(--jq-bg-container-opacity));
  color: var(--jq-gray-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-gray {
  border-color: rgba(var(--jq-gray), var(--jq-border-opacity)) !important;
}

.text-gray {
  color: rgba(var(--jq-gray-fore-color), var(--jq-text-opacity)) !important;
}

.bg-primary {
  --jq-bg-color: rgba(var(--jq-primary),var(--jq-bg-opacity));
  color: rgb(var(--jq-primary-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-primary-container {
  --jq-bg-color: rgba(var(--jq-primary),var(--jq-bg-container-opacity));
  color: var(--jq-primary-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-primary {
  border-color: rgba(var(--jq-primary), var(--jq-border-opacity)) !important;
}

.text-primary {
  color: rgba(var(--jq-primary-fore-color), var(--jq-text-opacity)) !important;
}

.bg-secondary {
  --jq-bg-color: rgba(var(--jq-secondary),var(--jq-bg-opacity));
  color: rgb(var(--jq-secondary-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-secondary-container {
  --jq-bg-color: rgba(var(--jq-secondary),var(--jq-bg-container-opacity));
  color: var(--jq-secondary-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-secondary {
  border-color: rgba(var(--jq-secondary), var(--jq-border-opacity)) !important;
}

.text-secondary {
  color: rgba(var(--jq-secondary-fore-color), var(--jq-text-opacity)) !important;
}

.bg-warning {
  --jq-bg-color: rgba(var(--jq-warning),var(--jq-bg-opacity));
  color: rgb(var(--jq-warning-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-warning-container {
  --jq-bg-color: rgba(var(--jq-warning),var(--jq-bg-container-opacity));
  color: var(--jq-warning-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-warning {
  border-color: rgba(var(--jq-warning), var(--jq-border-opacity)) !important;
}

.text-warning {
  color: rgba(var(--jq-warning-fore-color), var(--jq-text-opacity)) !important;
}

.bg-success {
  --jq-bg-color: rgba(var(--jq-success),var(--jq-bg-opacity));
  color: rgb(var(--jq-success-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-success-container {
  --jq-bg-color: rgba(var(--jq-success),var(--jq-bg-container-opacity));
  color: var(--jq-success-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-success {
  border-color: rgba(var(--jq-success), var(--jq-border-opacity)) !important;
}

.text-success {
  color: rgba(var(--jq-success-fore-color), var(--jq-text-opacity)) !important;
}

.bg-error {
  --jq-bg-color: rgba(var(--jq-error),var(--jq-bg-opacity));
  color: rgb(var(--jq-error-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-error-container {
  --jq-bg-color: rgba(var(--jq-error),var(--jq-bg-container-opacity));
  color: var(--jq-error-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-error {
  border-color: rgba(var(--jq-error), var(--jq-border-opacity)) !important;
}

.text-error {
  color: rgba(var(--jq-error-fore-color), var(--jq-text-opacity)) !important;
}

.bg-info {
  --jq-bg-color: rgba(var(--jq-info),var(--jq-bg-opacity));
  color: rgb(var(--jq-info-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-info-container {
  --jq-bg-color: rgba(var(--jq-info),var(--jq-bg-container-opacity));
  color: var(--jq-info-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-info {
  border-color: rgba(var(--jq-info), var(--jq-border-opacity)) !important;
}

.text-info {
  color: rgba(var(--jq-info-fore-color), var(--jq-text-opacity)) !important;
}

.bg-dark {
  --jq-bg-color: rgba(var(--jq-dark),var(--jq-bg-opacity));
  color: rgb(var(--jq-dark-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-dark-container {
  --jq-bg-color: rgba(var(--jq-dark),var(--jq-bg-container-opacity));
  color: var(--jq-dark-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-dark {
  border-color: rgba(var(--jq-dark), var(--jq-border-opacity)) !important;
}

.text-dark {
  color: rgba(var(--jq-dark-fore-color), var(--jq-text-opacity)) !important;
}

.bg-light {
  --jq-bg-color: rgba(var(--jq-light),var(--jq-bg-opacity));
  color: rgb(var(--jq-light-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-light-container {
  --jq-bg-color: rgba(var(--jq-light),var(--jq-bg-container-opacity));
  color: var(--jq-light-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-light {
  border-color: rgba(var(--jq-light), var(--jq-border-opacity)) !important;
}

.text-light {
  color: rgba(var(--jq-light-fore-color), var(--jq-text-opacity)) !important;
}

.bg-black {
  --jq-bg-color: rgba(var(--jq-black),var(--jq-bg-opacity));
  color: rgb(var(--jq-black-contrast-text));
  background-color: var(--jq-bg-color) !important;
}

.bg-black-container {
  --jq-bg-color: rgba(var(--jq-black),var(--jq-bg-container-opacity));
  color: var(--jq-black-container-text);
  background-color: var(--jq-bg-color) !important;
}

.border-black {
  border-color: rgba(var(--jq-black), var(--jq-border-opacity)) !important;
}

.text-black {
  color: rgba(var(--jq-black-fore-color), var(--jq-text-opacity)) !important;
}

.bg-paper-overlay {
  background-color: var(--jq-paper-overlay-color) !important;
}

.bg-color {
  background-color: var(--jq-back-color) !important;
}

.bg-paper {
  background-color: var(--jq-paper-color) !important;
}

.bg-none {
  background: none !important;
}

.text-color {
  color: rgba(var(--jq-text-color), var(--jq-text-opacity)) !important;
}

.text-link {
  color: rgba(var(--jq-text-link), var(--jq-text-opacity)) !important;
}

.text-heading {
  color: rgba(var(--jq-text-heading), var(--jq-text-opacity)) !important;
}

.text-helper {
  color: rgba(var(--jq-text-helper), var(--jq-text-opacity)) !important;
}

.text-code {
  color: rgba(var(--jq-text-code), var(--jq-text-opacity)) !important;
}

.text-mute {
  color: rgba(var(--jq-text-mute), var(--jq-text-opacity)) !important;
}

.bg-opacity-0 {
  --jq-bg-opacity: 0;
}

.bg-opacity-5 {
  --jq-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --jq-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --jq-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --jq-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --jq-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --jq-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --jq-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --jq-bg-opacity: 0.7;
}

.bg-opacity-80 {
  --jq-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --jq-bg-opacity: 0.9;
}

.bg-opacity-100 {
  --jq-bg-opacity: 1;
}

.elevation-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.elevation-1 {
  box-shadow: 0px 2px 1px -1px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 1px 1px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 3px 0px  rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-2 {
  box-shadow: 0px 3px 1px -2px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 2px 2px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 5px 0px  rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-3 {
  box-shadow: 0px 3px 3px -2px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 3px 4px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 8px 0px  rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-4 {
  box-shadow: 0px 2px 4px -1px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 4px 5px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 10px 0px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-5 {
  box-shadow: 0px 3px 5px -1px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 5px 8px 0px   rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 14px 0px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-6 {
  box-shadow: 0px 3px 5px -1px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 6px 10px 0px  rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 1px 18px 0px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-7 {
  box-shadow: 0px 4px 5px -2px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 7px 10px 1px  rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 2px 16px 1px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-8 {
  box-shadow: 0px 5px 5px -3px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 8px 10px 1px  rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 3px 14px 2px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-9 {
  box-shadow: 0px 5px 6px -3px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 9px 12px 1px  rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 3px 16px 2px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-10 {
  box-shadow: 0px 6px 6px -3px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 10px 14px 1px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 4px 18px 3px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-11 {
  box-shadow: 0px 6px 7px -4px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 11px 15px 1px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 4px 20px 3px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-12 {
  box-shadow: 0px 7px 8px -4px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 12px 17px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 5px 22px 4px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-13 {
  box-shadow: 0px 7px 8px -4px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 13px 19px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 5px 24px 4px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-14 {
  box-shadow: 0px 7px 9px -4px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 14px 21px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 5px 26px 4px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-15 {
  box-shadow: 0px 8px 9px -5px   rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 15px 22px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 6px 28px 5px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-16 {
  box-shadow: 0px 8px 10px -5px  rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 16px 24px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 6px 30px 5px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-17 {
  box-shadow: 0px 8px 11px -5px  rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 17px 26px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 6px 32px 5px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-18 {
  box-shadow: 0px 9px 11px -5px  rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 18px 28px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 7px 34px 6px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-19 {
  box-shadow: 0px 9px 12px -6px  rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 19px 29px 2px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 7px 36px 6px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 20px 31px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 8px 38px 7px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 21px 33px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 8px 40px 7px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 22px 35px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 8px 42px 7px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 23px 36px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 9px 44px 8px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

.elevation-24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, var(--jq-elevation-opacity-1)),0px 24px 38px 3px rgba(0, 0, 0, var(--jq-elevation-opacity)),0px 9px 46px 8px rgba(0, 0, 0, var(--jq-elevation-opacity-3)) !important;
}

/*# sourceMappingURL=jqarta-df.css.map */
</pre></body></html>